We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c676cb7 + 7f3cb7c commit fb67e7bCopy full SHA for fb67e7b
1 file changed
app/styles/app.scss
@@ -56,7 +56,7 @@ table {
56
// override ember-styleguide. Needed to contain code blocks.
57
.main {
58
grid-area: main;
59
- max-width: 700px;
+ width: 700px;
60
}
61
62
// override ember-styleguide. Looks like normal text otherwise.
@@ -152,7 +152,7 @@ table {
152
153
overflow: auto;
154
margin-left: 0;
155
- max-width: 100%;
+ width: 100%;
156
157
158
.padding-vertical-small {
@@ -207,6 +207,18 @@ table {
207
208
209
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
222
@media (min-width: 1007px) {
223
.toc-toggle {
224
display: none;
0 commit comments