From da405c57308a16cd4dfd5760f7524e18d00fb7a2 Mon Sep 17 00:00:00 2001 From: Payton Swick Date: Thu, 3 Dec 2015 19:26:08 -0500 Subject: [PATCH] Signup: DSS: Fix indentation in scss --- client/signup/steps/dss/style.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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.