Skip to content

Commit

Permalink
Signup: DSS: Fix indentation in scss
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig committed Dec 4, 2015
1 parent 3ec00c8 commit da405c5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions client/signup/steps/dss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit da405c5

Please sign in to comment.