From bf4a371d131475283c69a46a4ce661231d83f519 Mon Sep 17 00:00:00 2001 From: ebremner <ebremner@uwaterloo.ca> Date: Fri, 20 Mar 2020 13:01:00 -0400 Subject: [PATCH] ISTWCMS-3574: updating scss to use new contained width mixin --- .../04-components/call-to-action/_call-to-action.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/_patterns/04-components/call-to-action/_call-to-action.scss b/source/_patterns/04-components/call-to-action/_call-to-action.scss index 4d35c7f0..aad4a8c6 100644 --- a/source/_patterns/04-components/call-to-action/_call-to-action.scss +++ b/source/_patterns/04-components/call-to-action/_call-to-action.scss @@ -46,9 +46,7 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat' width: 100%; &.uw-contained-width { - margin-left: auto; - margin-right: auto; - max-width: 63rem; + @include uw-contained-width; padding: 0 1rem; } -- GitLab