Skip to content

Commit

Permalink
added gutter and removed side margins
Browse files Browse the repository at this point in the history
  • Loading branch information
RickR2H committed Jul 14, 2021
1 parent e3ff404 commit 6141952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions templates/cassiopeia/scss/blocks/_css-grid.scss
Expand Up @@ -21,6 +21,7 @@
> [class*=" container-"] {
width: 100%;
max-width: none;
column-gap: $cassiopeia-grid-gutter;
}

&:not(.has-sidebar-left) .container-component {
Expand Down
2 changes: 1 addition & 1 deletion templates/cassiopeia/scss/blocks/_layout.scss
Expand Up @@ -45,7 +45,7 @@
position: relative;
> * {
flex: 1;
margin: ($cassiopeia-grid-gutter / 2);
margin: ($cassiopeia-grid-gutter / 2) 0;
}

@include media-breakpoint-down(md) {
Expand Down

0 comments on commit 6141952

Please sign in to comment.