diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 21:24:15 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 21:24:15 +0100 |
| commit | 57b86c33a183e11652215f8588f728476f176fc5 (patch) | |
| tree | 66a0e20fcd0e1e7445e5126afc203af5e91e782c /public/css/modules/index.css | |
| parent | a9d4d0d1bbc612439959d774ca109898abd922b7 (diff) | |
Pulls out link-gallery module
Diffstat (limited to 'public/css/modules/index.css')
| -rw-r--r-- | public/css/modules/index.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/css/modules/index.css b/public/css/modules/index.css index a3d8cfc..974121c 100644 --- a/public/css/modules/index.css +++ b/public/css/modules/index.css @@ -4,4 +4,5 @@ @import './back-to-top.css'; @import './product.css'; @import './schedule.css'; -@import './schedule.lg.css' (min-width: 35rem);
\ No newline at end of file +@import './schedule.lg.css' (min-width: 35rem); +@import './link-gallery.css';
\ No newline at end of file |
