From a9d4d0d1bbc612439959d774ca109898abd922b7 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Fri, 18 Aug 2023 21:21:35 +0100 Subject: Pulls out schedule module --- public/css/modules/index.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'public/css/modules/index.css') diff --git a/public/css/modules/index.css b/public/css/modules/index.css index 6e971c0..a3d8cfc 100644 --- a/public/css/modules/index.css +++ b/public/css/modules/index.css @@ -2,4 +2,6 @@ @import './link.css'; @import './news-index.css'; @import './back-to-top.css'; -@import './product.css'; \ No newline at end of file +@import './product.css'; +@import './schedule.css'; +@import './schedule.lg.css' (min-width: 35rem); \ No newline at end of file -- cgit v1.2.3