File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ pre[class*="language-"] {
146
146
margin : 0 ;
147
147
padding : 2em 1.2em ;
148
148
text-shadow : none;
149
+ overflow-y : hidden;
149
150
}
150
151
151
152
code [class *= "language-" ] {
@@ -187,7 +188,6 @@ code[class*="language-"] * {
187
188
}
188
189
189
190
h1 {
190
- line-height : 86.4px ;
191
191
font-size : 72px ;
192
192
font-weight : 700 ;
193
193
margin : 0 ;
Original file line number Diff line number Diff line change 42
42
.nav__search {
43
43
display : none;
44
44
max-width : 303px ;
45
+ margin-left : 32px ;
45
46
position : relative;
47
+ flex-grow : 1 ;
46
48
}
47
49
48
50
.nav__search-form--mobile {
@@ -307,10 +309,6 @@ nav {
307
309
display : none !important ;
308
310
}
309
311
310
- .nav__search--input {
311
- width : 303px ;
312
- }
313
-
314
312
.nav__menu {
315
313
align-items : center;
316
314
display : flex;
@@ -329,6 +327,7 @@ nav {
329
327
list-style-type : none;
330
328
margin : 0 ;
331
329
padding : 0 ;
330
+ white-space : nowrap;
332
331
}
333
332
334
333
.nav__item {
You can’t perform that action at this time.
0 commit comments