more minor position adjustments for sidebar header mobile and desktop

This commit is contained in:
Yeghro 2025-01-25 17:52:34 -08:00
parent c22fdc1825
commit a3614693b9

View File

@ -63,7 +63,7 @@ body {
justify-content: space-between;
align-items: center;
margin-bottom: 2rem;
margin-top: 3rem; /* Increased from 1rem to 2.5rem for more spacing */
margin-top: 2rem; /* Increased from 1rem to 2.5rem for more spacing */
}
.sidebar-header h4 {
@ -71,7 +71,6 @@ body {
color: var(--text-color);
font-size: 1.1rem;
font-weight: 500;
margin-top: 2rem;
}
.search-box {
@ -276,6 +275,10 @@ body {
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.sidebar-header {
margin-top: 5em;
}
.main-content {
margin-left: 0;
padding-top: 100px; /* Increase padding-top for mobile to account for wrapped nav elements */