diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 20:42:38 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 20:42:38 +0100 |
| commit | 2fcb458c0229473309d085b65aae33d73430e65c (patch) | |
| tree | 2dd6151a48b5284815abd30c9e44bf48d884f6c4 /public/main.css | |
| parent | fb5aed0ad45f431fecc1e38336fc77c4e40ff5fc (diff) | |
Moves btn to /modules
Diffstat (limited to 'public/main.css')
| -rw-r--r-- | public/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/main.css b/public/main.css index 9a66b34..efa6b5e 100644 --- a/public/main.css +++ b/public/main.css @@ -1,5 +1,5 @@ @import 'css/variables/index.css'; -@import 'css/btn.css'; +@import 'css/modules/index.css'; :root { scroll-behavior: smooth; |
