Skip to content
Snippets Groups Projects
Commit 81b31e3c authored by Martin Leblanc's avatar Martin Leblanc Committed by Kevin Paxman
Browse files

ISTWCMS-7003: Add css to remove the extra margin at desktop widths

parent 7ca50d9b
No related branches found
No related tags found
1 merge request!267ISTWCMS-7003: Add css to remove the extra margin at mobile widths
...@@ -294,8 +294,14 @@ ...@@ -294,8 +294,14 @@
} }
.block-inline-blockuw-cbl-google-maps { .block-inline-blockuw-cbl-google-maps {
@include uw-contained-width; @include uw-contained-width;
.block-title {
margin-left: var(--size-2);
}
@media(min-width: $screen-md) { @media(min-width: $screen-md) {
@include uw-full-width-margin; @include uw-full-width-margin;
.block-title {
margin-left: inherit;
}
} }
.layout-builder &{ .layout-builder &{
@include uw-full-width-reset; @include uw-full-width-reset;
...@@ -305,9 +311,6 @@ ...@@ -305,9 +311,6 @@
.uw-section-has-full-width.uw-node__with-sidebar & { .uw-section-has-full-width.uw-node__with-sidebar & {
@include uw-full-width-reset; @include uw-full-width-reset;
} }
.block-title {
margin-left: var(--size-2);
}
} }
.block-uw-cbl-expand-collapse { .block-uw-cbl-expand-collapse {
.layout.uw-contained-width { .layout.uw-contained-width {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment