v0.5.17: убран лишний отступ в шапке
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user