File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ table {
5656// override ember-styleguide. Needed to contain code blocks.
5757.main {
5858 grid-area : main;
59- max- width : 700px ;
59+ width : 700px ;
6060}
6161
6262// override ember-styleguide. Looks like normal text otherwise.
@@ -152,7 +152,7 @@ table {
152152 grid-area : main;
153153 overflow : auto ;
154154 margin-left : 0 ;
155- max- width : 100% ;
155+ width : 100% ;
156156 }
157157
158158 .padding-vertical-small {
@@ -207,6 +207,18 @@ table {
207207 }
208208}
209209
210+ @media (min-width : 1007px ) and (max-width : 1261px ) {
211+ .layout-grid {
212+ grid-template :
213+ " sidebar main" auto /
214+ 20rem 1fr ;
215+ }
216+
217+ .main {
218+ width : auto ;
219+ }
220+ }
221+
210222@media (min-width : 1007px ) {
211223 .toc-toggle {
212224 display : none ;
You can’t perform that action at this time.
0 commit comments