Skip to content

Commit

Permalink
Возвращает горизонтальные паддинги
Browse files Browse the repository at this point in the history
  • Loading branch information
skorobaeus committed May 22, 2024
1 parent dcba2da commit 50f556f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/blocks/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

@media (width >= 768px) {
.header__controls--shrink {
padding: 7px;
padding: 7px 10px;
}
}

Expand All @@ -77,7 +77,7 @@
}

.header__controls--shrink {
padding: var(--menu-padding-min);
padding: var(--menu-padding-min) var(--menu-padding-max);
}
}

Expand Down

0 comments on commit 50f556f

Please sign in to comment.