diff --git a/client/src/index.css b/client/src/index.css index 4a58d2b..f0c386a 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -353,6 +353,18 @@ input[data-testid*="search"]::placeholder { padding-top: 80px; } +/* Mobile specific adjustments for header */ +@media (max-width: 768px) { + .header-sticky { + background: rgba(30, 20, 40, 0.95) !important; + backdrop-filter: blur(10px); + } + + .has-fixed-header { + padding-top: 70px; /* Slightly less padding on mobile */ + } +} + /* Test grid overlay */ body.show-grid::after { content: '';