Skip to content

Commit

Permalink
feat: add grey background either side of main content
Browse files Browse the repository at this point in the history
  • Loading branch information
tillywoodfield committed Oct 22, 2024
1 parent f07aeb0 commit d24da1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/scss/layout/page/_page.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
@use "../../base/mixins";
@use "../../tokens/color" as *;

body {
background-color: $color-grey-10;
}

.iati-main {
@include mixins.page-width-container();
background-color: white;
flex: 1;
padding-block: 1rem;
& > * + * {
Expand Down

0 comments on commit d24da1c

Please sign in to comment.