File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ header nav {
96
96
justify-content : center;
97
97
}
98
98
99
- @media (max-width : 51em ) {
99
+ @media (min-width : 29 em ) and ( max-width : 51em ) {
100
100
header nav {
101
101
max-width : 100% ;
102
102
overflow : hidden;
@@ -150,6 +150,17 @@ header nav .button > span {
150
150
}
151
151
}
152
152
153
+ @media (max-width : 29em ){
154
+ header .inner .button {
155
+ min-width : 10em ;
156
+ margin : auto;
157
+ }
158
+ header .inner nav {
159
+ flex-direction : column;
160
+ }
161
+ }
162
+
163
+
153
164
.inner {
154
165
padding : 0 1em 0 1em ;
155
166
}
@@ -209,7 +220,7 @@ section.docs aside ul li a:focus {
209
220
border-radius : 3px ;
210
221
}
211
222
212
- @media (min-width : 61 em ) {
223
+ @media (min-width : 51 em ) {
213
224
214
225
section .docs .inner {
215
226
display : flex;
You can’t perform that action at this time.
0 commit comments