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

ISTWCMS-6584: center the marketing element

parent 12675d64
No related branches found
No related tags found
1 merge request!146Feature/istwcms 6584 m26lebla update global footer
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
height: 65%; height: 65%;
top: 7%; top: 7%;
bottom: 0; bottom: 0;
transform: translate(calc(var(--size-5) * -1), 0); transform: translate(calc(var(--size-305) * -1), 0);
position: absolute; position: absolute;
width: 1px; width: 1px;
background-color: var(--neutral-3); background-color: var(--neutral-3);
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
position: relative; position: relative;
margin: 0 auto; margin: 0 auto;
max-width: 15rem; max-width: 15rem;
text-align: left; text-align: center;
z-index: var(--layer-content); z-index: var(--layer-content);
@media(min-width: $screen-lg) { @media(min-width: $screen-lg) {
margin: inherit; margin: inherit;
...@@ -175,9 +175,6 @@ ...@@ -175,9 +175,6 @@
display: inline-block; display: inline-block;
text-align: center; text-align: center;
width: 100%; width: 100%;
@media(min-width: $screen-lg) {
text-align: left;
}
i { i {
display: inline-block; display: inline-block;
font-style: italic; font-style: italic;
...@@ -274,7 +271,6 @@ ...@@ -274,7 +271,6 @@
grid-template-columns: 14rem auto 11rem; grid-template-columns: 14rem auto 11rem;
} }
@media(min-width: $screen-lg) { @media(min-width: $screen-lg) {
column-gap: var(--size-10);
grid-template-columns: 14rem auto auto 15rem; grid-template-columns: 14rem auto auto 15rem;
} }
@media(min-width: $screen-xl) { @media(min-width: $screen-xl) {
......
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