Skip to content

Commit

Permalink
Updated mobile view for userinfo page
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavesh committed Feb 10, 2023
1 parent a70133d commit 539b5b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -865,4 +865,7 @@ footer .copyright {
.parallax4 {
min-height: 300px;
}
#userinfo .user-p {
padding-left: 10%;
}
}
2 changes: 1 addition & 1 deletion userinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</nav>

<div id="userinfo">
<i><i class="fa fa-user-secret user"></i></i>
<i><i class="fa fa-user-secret user user-p"></i></i>
</div>
<button onclick="">LogOut</button>

Expand Down

0 comments on commit 539b5b7

Please sign in to comment.