Skip to content

Commit

Permalink
update to responsiveness of profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavesh committed Feb 10, 2023
1 parent b507893 commit 7dc9058
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
25 changes: 25 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -914,4 +914,29 @@ footer .copyright {
#userinfo .user-p {
padding-left: 10%;
}
#userinfo {
padding: 30%;
font-size: 1000%;
padding-left: 30%;
padding-top: 20%;
display: block;
}
#user-details {
padding-top: 10%;
padding-right: 260%;
}
#userinfo-username {
font-size: 20px;
}
#userinfo-userPoints {
font-size: 20px;
}
#userinfo-userEmail {
font-size: 20px;
}
#logoutpos {
padding-right: 100px;


}
}
3 changes: 2 additions & 1 deletion userinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@
</div>



<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js" integrity="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V" crossorigin="anonymous"></script>
</body>

0 comments on commit 7dc9058

Please sign in to comment.