Skip to content

Commit da0361e

Browse files
authored
Fix header layout on small screen size (#5192)
1 parent 5cd8486 commit da0361e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/page-modules/_header.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ header {
135135
@media screen and (min-width: 481px) {
136136
header {
137137
ul {
138-
height: 42px;
138+
min-height: 42px;
139139

140140
li {
141141
margin-top: 4px;
@@ -175,7 +175,7 @@ header {
175175
header {
176176
.switchers {
177177
justify-content: center;
178-
margin-bottom: 16px;
178+
margin: 10px 0 16px;
179179
position: unset;
180180
}
181181

0 commit comments

Comments
 (0)