Skip to content

Commit e52ed03

Browse files
fix: responsiveness for 1261px to 1007px
1 parent 6fcc041 commit e52ed03

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

app/styles/app.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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;

0 commit comments

Comments
 (0)