summaryrefslogtreecommitdiff
path: root/scss/layout/_grid.scss
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+joeacarstairs@users.noreply.github.com>2024-10-05 17:27:40 +0100
committerGitHub <noreply@github.com>2024-10-05 17:27:40 +0100
commit2febffe5e3036c4b35dff4a8b274f42a7f8fef42 (patch)
tree7287800600f340871620631b8431cef37fc58891 /scss/layout/_grid.scss
parent285023b7c6bac87e049df0d8040ecd8f4a16ae78 (diff)
parentfdf28cb097596159a002326823f374a64e95c23c (diff)
Merge pull request #103 from joeacarstairs/staging
Update prod
Diffstat (limited to 'scss/layout/_grid.scss')
-rw-r--r--scss/layout/_grid.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/scss/layout/_grid.scss b/scss/layout/_grid.scss
index 25cdd95..2e2baf4 100644
--- a/scss/layout/_grid.scss
+++ b/scss/layout/_grid.scss
@@ -1,9 +1,9 @@
:is(
- header,
- footer,
- nav,
- :is(main, article) > section:not(:is(section, header) :is(section, header))
-):not(.section--full-width) {
+ 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)));
}