diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-26 08:24:35 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-26 08:24:35 +0100 |
| commit | 0128568e2221f1d0d5df9fe3a1ab6e5911c0655a (patch) | |
| tree | 17141b6a9910a8edea9bd02d293414f79dc0c9f0 /public/css/layout/index.css | |
| parent | 4e4486f60ea2a09a91a875f20f276ad2693ddfaf (diff) | |
Adds xs breakpoint
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 0d378e0..0bede83 100644 --- a/public/css/layout/index.css +++ b/public/css/layout/index.css @@ -1,3 +1,4 @@ @import './grid.css'; +@import './grid.xs.css' (min-width: 16rem); @import './grid.md.css' (min-width: 48rem); @import './section-margins.css';
\ No newline at end of file |
