Skip to content

Commit

Permalink
Use magic numbers for better alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarsceill authored Sep 11, 2020
1 parent 5cc5ae5 commit f774596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -284,13 +284,13 @@
background-color: $search-background-color;

@include mq(md) {
padding-left: #{$sp-4 * 1.25 + $sp-5};
padding-left: 2.3rem;
}
}

.search-label {
@include mq(md) {
padding-left: #{$sp-4 * 1.25};
padding-left: 0.6rem;
}
}

Expand Down

0 comments on commit f774596

Please sign in to comment.