mirror of
https://github.com/dergigi/boris.git
synced 2025-12-19 07:34:28 +01:00
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:
@@ -100,7 +100,7 @@
|
|||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
/* Add top breathing room so floating sidebar buttons don't overlap header */
|
/* Add top breathing room so floating sidebar buttons don't overlap header */
|
||||||
.explore-container .explore-header {
|
.explore-container .explore-header {
|
||||||
margin-top: 2.25rem;
|
margin-top: 3.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.me-tabs {
|
.me-tabs {
|
||||||
|
|||||||
Reference in New Issue
Block a user