feat: increase spacing between mobile buttons and profile element

- Increase margin-top from 2.25rem to 3.5rem for explore-header on mobile
- Provides more breathing room between floating action buttons and profile
- Improves mobile UX by preventing visual crowding
This commit is contained in:
Gigi
2025-10-13 20:01:22 +02:00
parent 98203e6b6f
commit e27d7ee26c

View File

@@ -100,7 +100,7 @@
@media (max-width: 768px) {
/* Add top breathing room so floating sidebar buttons don't overlap header */
.explore-container .explore-header {
margin-top: 2.25rem;
margin-top: 3.5rem;
}
.me-tabs {