Skip to content

Commit 7007b6a

Browse files
authored
added gutter and removed side margins (#34777)
1 parent 06e9ddf commit 7007b6a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

templates/cassiopeia/scss/blocks/_css-grid.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
> [class*=" container-"] {
2222
width: 100%;
2323
max-width: none;
24+
column-gap: $cassiopeia-grid-gutter;
2425
}
2526

2627
&:not(.has-sidebar-left) .container-component {

templates/cassiopeia/scss/blocks/_layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
position: relative;
4646
> * {
4747
flex: 1;
48-
margin: ($cassiopeia-grid-gutter / 2);
48+
margin: ($cassiopeia-grid-gutter / 2) 0;
4949
}
5050

5151
@include media-breakpoint-down(md) {

0 commit comments

Comments
 (0)