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