v0.5.17: убран лишний отступ в шапке

This commit is contained in:
2026-08-03 10:08:12 +04:00
parent 2248091a75
commit 03d2d713b4
+1 -2
View File
@@ -38,7 +38,7 @@ body {
.header { .header {
background: var(--bg); background: var(--bg);
border-bottom: 4px solid var(--brand-primary); border-bottom: 4px solid var(--brand-primary);
padding: 12px 24px; padding: 10px 24px 8px;
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 100; z-index: 100;
@@ -89,7 +89,6 @@ body {
display: flex; display: flex;
justify-content: center; justify-content: center;
gap: 12px; gap: 12px;
margin-top: 8px;
} }
.stand-card-sm { .stand-card-sm {