This commit is contained in:
Arjun Patel
2017-09-16 00:26:15 -07:00
parent 3dbb187998
commit 5a6ea555f9
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<button class="retrieve btn">view profile</button> <a href="profile.html"><button class="retrieve btn">view profile</button></a>
</div> </div>
</div> </div>
+4
View File
@@ -64,3 +64,7 @@ input.input {
margin-right: -50%; margin-right: -50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
} }
.btn:hover {
height: 38px;
width: 198px;
}