Skip to content
Snippets Groups Projects
Commit 0cdb68f3 authored by Martin Leblanc's avatar Martin Leblanc
Browse files

ISTWCMS-6331: FIx visual regression

parent a0c8962e
No related branches found
No related tags found
1 merge request!111Feature/istwcms 6331 m26lebla fix view interact contacts
......@@ -36,6 +36,7 @@ $sidebar-width: 18.75rem;
&.view-uw-view-contacts{
padding-left: 0;
padding-right: 0;
}
&-interact{
@include uw-contained-width(var(--layout-max-width-narrow));
......@@ -46,6 +47,7 @@ $sidebar-width: 18.75rem;
display: flex;
gap: var(--size-1);
grid-row-gap: 0;
height: var(--size-6);
justify-content: flex-end;
// Moving the rss button up for the blog news and events
margin-top: -3rem;
......@@ -59,7 +61,8 @@ $sidebar-width: 18.75rem;
margin-top: -3rem;
}
}
.path-events &{
.path-events & {
height: inherit;
margin-top: 0;
@media(min-width: 375px) {
margin-top: -3rem;
......
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