We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e9ddf commit 7007b6aCopy full SHA for 7007b6a
templates/cassiopeia/scss/blocks/_css-grid.scss
@@ -21,6 +21,7 @@
21
> [class*=" container-"] {
22
width: 100%;
23
max-width: none;
24
+ column-gap: $cassiopeia-grid-gutter;
25
}
26
27
&:not(.has-sidebar-left) .container-component {
templates/cassiopeia/scss/blocks/_layout.scss
@@ -45,7 +45,7 @@
45
position: relative;
46
> * {
47
flex: 1;
48
- margin: ($cassiopeia-grid-gutter / 2);
+ margin: ($cassiopeia-grid-gutter / 2) 0;
49
50
51
@include media-breakpoint-down(md) {
0 commit comments