From 6a3c37f0b945da3532e25c5a3c79bfe7ccf6a429 Mon Sep 17 00:00:00 2001 From: Kiran Surendran Pankan Date: Tue, 8 Apr 2025 10:06:22 +0530 Subject: [PATCH] Update profile styles and change member year to 2025 --- static/profile.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; }