diff --git a/client/signup/steps/dss/style.scss b/client/signup/steps/dss/style.scss index 124c0af01d55c..cc7ff0430c0a2 100644 --- a/client/signup/steps/dss/style.scss +++ b/client/signup/steps/dss/style.scss @@ -53,16 +53,16 @@ // Center themes, regardless of how many columns. .dss-theme-selection__screenshots__themes { - margin: 0 auto; - width: 300px; + margin: 0 auto; + width: 300px; - @include breakpoint( ">660px" ) { - width: 640px; - } + @include breakpoint( ">660px" ) { + width: 640px; + } - @include breakpoint( ">960px" ) { - width: 960px; - } + @include breakpoint( ">960px" ) { + width: 960px; + } } // Show the original screenshot image when the screenshot markup is loading.