Use margin instead of padding

This commit is contained in:
Michael Rose 2017-03-09 10:19:36 -05:00
parent 7852f7857e
commit a811c32f58
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@
user-select: none;
@include breakpoint($medium) {
padding-right: 2rem;
margin-right: 2rem;
}
@include breakpoint($large) {
padding-right: 5vw;
margin-right: 5vw;
}
&.open {