diff --git a/styles.css b/styles.css index d3c7328..242fc2c 100644 --- a/styles.css +++ b/styles.css @@ -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 */