Skip to content
Snippets Groups Projects
Commit cdb4803c authored by Eric Bremner's avatar Eric Bremner
Browse files

Merge branch 'feature/ISTWCMS-6109-m26lebla-adjust-footer-global-links' into '1.0.x'

ISTWCMS-6109: Update Global footer links to not breaklines at med breakpoint

See merge request !117
parents 90abc411 bf54a631
No related branches found
No related tags found
1 merge request!117ISTWCMS-6109: Update Global footer links to not breaklines at med breakpoint
......@@ -16,6 +16,9 @@
grid-template-columns: 50% 50%;
}
@media(min-width: $screen-md) {
grid-template-columns: 12.25rem auto 12rem;
}
@media(min-width: $screen-lg) {
grid-template-columns: 25% auto 17rem;
}
@media(min-width: $screen-xl) {
......
......@@ -85,7 +85,7 @@
}
@media(min-width: $screen-md) {
flex: 1 0 33%;
padding: 0 0.25rem 0 var(--size-2);
padding: 0 0.125rem 0 var(--size-105);
&:nth-child(1),
&:nth-child(4),
&:nth-child(7){
......
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