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.
1 parent 52190ca commit c0ddda3Copy full SHA for c0ddda3
1 file changed
app/assets/styles.css
@@ -420,7 +420,7 @@ table td {
420
Ideally we'd also switch to the mobile left nav at
421
around < 1000px but that requires upstream changes.
422
*/
423
-@media (max-width: 80em) {
+@media (width <= 80em) {
424
.content-wrapper {
425
gap: 2em;
426
grid-template-columns: minmax(20ch, 80ch) 10em;
@@ -431,7 +431,7 @@ table td {
431
}
432
433
434
-@media (max-width: 500px) {
+@media (width <= 500px) {
435
436
grid-template-columns: minmax(20ch, 80ch);
437
0 commit comments