diff --git a/profile.html b/profile.html index 12cd7fc..7bcacc8 100644 --- a/profile.html +++ b/profile.html @@ -34,11 +34,12 @@
Joined: October 31, 2024
About Me: Hello!🙋🏻♂️ my current Goals is Unlock all Achievements. 😎
Last active: 31/10/2024, 11:12 PM
+ + - diff --git a/testp.css b/testp.css index 1135fde..5b5bc4d 100644 --- a/testp.css +++ b/testp.css @@ -106,9 +106,6 @@ body { cursor: pointer; border-radius: 5px; transition: background 0.3s, transform 0.3s; - position: relative; - right: 40%; - left: 290px; } @@ -231,6 +228,10 @@ body { } + .profile-header { + flex-direction: column; + } + .profile-card { margin: 10px 0; /* Reduce margin for smaller screens */ @@ -245,7 +246,7 @@ body { .edit-profile-btn, .view-order-btn { - width: 100%; /* Full width buttons */ + /* width: 100%; Full width buttons */ padding: 12px; /* Increase padding for easier tapping */ }