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 {
9696 justify-content : center;
9797}
9898
99- @media (max-width : 51em ) {
99+ @media (min-width : 29 em ) and ( max-width : 51em ) {
100100 header nav {
101101 max-width : 100% ;
102102 overflow : hidden;
@@ -150,6 +150,17 @@ header nav .button > span {
150150 }
151151}
152152
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+
153164.inner {
154165 padding : 0 1em 0 1em ;
155166}
@@ -209,7 +220,7 @@ section.docs aside ul li a:focus {
209220 border-radius : 3px ;
210221}
211222
212- @media (min-width : 61 em ) {
223+ @media (min-width : 51 em ) {
213224
214225 section .docs .inner {
215226 display : flex;
You can’t perform that action at this time.
0 commit comments