diff --git a/site/static/style.css b/site/static/style.css index 914b144..fcef29e 100644 --- a/site/static/style.css +++ b/site/static/style.css @@ -38,7 +38,7 @@ body { .header { background: var(--bg); border-bottom: 4px solid var(--brand-primary); - padding: 12px 24px; + padding: 10px 24px 8px; position: sticky; top: 0; z-index: 100; @@ -89,7 +89,6 @@ body { display: flex; justify-content: center; gap: 12px; - margin-top: 8px; } .stand-card-sm {