Compare commits
2 Commits
2700e90afb
...
98f50051c1
Author | SHA1 | Date |
---|---|---|
|
98f50051c1 | |
|
01ec7b4593 |
|
@ -37,6 +37,7 @@
|
|||
}
|
||||
|
||||
.fullwidth {
|
||||
max-width: unset !important;
|
||||
|
||||
&.row {
|
||||
gap:20px;
|
||||
|
@ -54,13 +55,13 @@
|
|||
}
|
||||
|
||||
@include resp-min($grid-max-width) {
|
||||
margin-left: calc(0px - $grid-gutter - ((100vw - $grid-max-width) / 2));
|
||||
margin-right: calc(0px - $grid-gutter - ((100vw - $grid-max-width) / 2));
|
||||
margin-left: calc(0px - $grid-gutter - ((100vw - $grid-max-width) / 2)) !important;
|
||||
margin-right: calc(0px - $grid-gutter - ((100vw - $grid-max-width) / 2)) !important;
|
||||
}
|
||||
|
||||
@include resp-max($grid-max-width - 1) {
|
||||
margin-left: calc(0px - $grid-gutter);
|
||||
margin-right: calc(0px - $grid-gutter);
|
||||
margin-left: calc(0px - $grid-gutter) !important;
|
||||
margin-right: calc(0px - $grid-gutter) !important;
|
||||
}
|
||||
|
||||
@include resp-max($breakpoint-sm) {
|
||||
|
|
Loading…
Reference in New Issue