diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-20 07:38:34 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-20 07:38:34 +0100 |
| commit | b8b5bcab6ce72e7dfc4c00fa407f413f5197ba73 (patch) | |
| tree | 14a43be33e621cca77f570813c23a61b3b6130a9 /public/css/layout/index.css | |
| parent | fbc58df578544d30ba68b6bc11bfcdfeceed50ab (diff) | |
Moves section margings to layout CSS
Diffstat (limited to 'public/css/layout/index.css')
| -rw-r--r-- | public/css/layout/index.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/css/layout/index.css b/public/css/layout/index.css index 08d6c13..7c6196c 100644 --- a/public/css/layout/index.css +++ b/public/css/layout/index.css @@ -1 +1,2 @@ -@import './grid.css';
\ No newline at end of file +@import './grid.css'; +@import './section-margins.css';
\ No newline at end of file |
