Use margin instead of padding
This commit is contained in:
parent
7852f7857e
commit
a811c32f58
|
@ -12,11 +12,11 @@
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
@include breakpoint($medium) {
|
@include breakpoint($medium) {
|
||||||
padding-right: 2rem;
|
margin-right: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include breakpoint($large) {
|
@include breakpoint($large) {
|
||||||
padding-right: 5vw;
|
margin-right: 5vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.open {
|
&.open {
|
||||||
|
|
Loading…
Reference in New Issue