diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-19 20:43:00 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-19 21:10:00 +0100 |
| commit | a76fd2721ebea4172d4dc33da1f47ad57679d03e (patch) | |
| tree | cb12b89c2481cd423ad8ea4bb4b9a491bfb80510 /public/css/layout/index.css | |
| parent | 4e0ab56ffaa175458e2b76df42b143e30d1c70b1 (diff) | |
Defines grid columns spacing
Diffstat (limited to 'public/css/layout/index.css')
| -rw-r--r-- | public/css/layout/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/layout/index.css b/public/css/layout/index.css index e69de29..08d6c13 100644 --- a/public/css/layout/index.css +++ b/public/css/layout/index.css @@ -0,0 +1 @@ +@import './grid.css';
\ No newline at end of file |
