diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-01-12 17:14:52 +0000 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-01-12 17:14:52 +0000 |
| commit | 7751571aca0a3093f33717c7deb1f2f6ce2099b1 (patch) | |
| tree | 6a5138ce3a3c44b3da591b9a76f5e51b8fadcd11 /scss | |
| parent | 23e63a1b391c90203f9cde8c939923a0d21ed1c3 (diff) | |
Simplifies homepagerework
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/layout/grid.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scss/layout/grid.scss b/scss/layout/grid.scss index 25cdd95..a515df5 100644 --- a/scss/layout/grid.scss +++ b/scss/layout/grid.scss @@ -1,7 +1,5 @@ :is( - header, - footer, - nav, + :is(header, footer, nav):not(main :is(header, footer, nav)), :is(main, article) > section:not(:is(section, header) :is(section, header)) ):not(.section--full-width) { padding-inline: calc(var(--grid-padding) + 0.5 * (100vw - var(--grid-total-width))); |
