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

ISTWCMS-3574: updating width stylings for CTAs

parent 1fbe01a2
No related branches found
No related tags found
No related merge requests found
......@@ -47,13 +47,17 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
&.uw-contained-width {
@include uw-contained-width;
padding: 0 1rem;
padding: 0;
}
.uw-cta__aside {
background-color: $uw-black;
flex: 1 0 30%;
margin: 0 1rem;
margin: 0 1rem 0 0;
}
.uw-cta__aside:last-child {
margin: 0;
}
}
......
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