summaryrefslogtreecommitdiff
path: root/public/css/modules/index.css
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-24 09:12:05 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-24 09:12:05 +0100
commitfee6dea4f2f7fb7979b120d820ba0f082b9d2ddc (patch)
tree52eb24c3a2f3bf7da81262f7e2a86348c0107c0b /public/css/modules/index.css
parentfe69df713650768cfa04854d267e4294c3f25dd4 (diff)
Better responsive, grid-aligned Schedule layout
Diffstat (limited to 'public/css/modules/index.css')
-rw-r--r--public/css/modules/index.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/modules/index.css b/public/css/modules/index.css
index 618e4ca..800a920 100644
--- a/public/css/modules/index.css
+++ b/public/css/modules/index.css
@@ -4,7 +4,7 @@
@import './back-to-top.css';
@import './product.css';
@import './schedule.css';
-@import './schedule.lg.css' (min-width: 35rem);
+@import './schedule.md.css' (min-width: 48rem);
@import './link-gallery.css';
@import './nav.css';
@import './nav.md.css' (min-width: 48rem);