diff --git a/static/profile.html b/static/profile.html index 9e343e3..5b563d5 100644 --- a/static/profile.html +++ b/static/profile.html @@ -117,7 +117,7 @@
- Member since 2023 + Member since 2025
@@ -516,7 +516,7 @@ .profile-title { font-size: 16px; color: #666; - margin-bottom: 15px; + margin: 0 0 10px 0; } .profile-stats { @@ -567,7 +567,7 @@ .profile-tabs { display: flex; border-bottom: 1px solid #ddd; - margin-bottom: 30px; + margin: 30px 0; } .profile-tab { @@ -725,7 +725,7 @@ } .availability-status.available i { - color: #4dafc4; + color: #4dca34; margin-right: 5px; }