Skip to content

Commit

Permalink
Merge pull request #1196 from Automattic/update/dss-search-field
Browse files Browse the repository at this point in the history
Signup: DSS: Adjust width of DSS search box.
  • Loading branch information
kwight committed Dec 2, 2015
2 parents 13b6787 + 7802fbf commit b8b1457
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/signup/steps/dss/style.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
.dss-theme-selection__search {
margin: 0 auto;
max-width: 300px;

@include breakpoint( ">660px" ) {
max-width: 620px;
}

@include breakpoint( ">960px" ) {
max-width: 650px;
max-width: 940px;
}
}

Expand Down

0 comments on commit b8b1457

Please sign in to comment.