diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 21:21:35 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 21:21:35 +0100 |
| commit | a9d4d0d1bbc612439959d774ca109898abd922b7 (patch) | |
| tree | e94c80d07b101f210f642f15c8e34589e60d979f /public/css/modules/index.css | |
| parent | 67e7caa99e7c6a0cf92935cd3dce5b812bd3b61d (diff) | |
Pulls out schedule module
Diffstat (limited to 'public/css/modules/index.css')
| -rw-r--r-- | public/css/modules/index.css | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
