Update profile styles and change member year to 2025

This commit is contained in:
Kiran Surendran Pankan 2025-04-08 10:06:22 +05:30
parent 0d5b1b738f
commit 6a3c37f0b9
1 changed files with 4 additions and 4 deletions

View File

@ -117,7 +117,7 @@
</div>
<div class="stat-item">
<i class="fas fa-clock"></i>
<span>Member since 2023</span>
<span>Member since 2025</span>
</div>
</div>
</div>
@ -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;
}