equal margins

This commit is contained in:
Robby Klein 2020-02-13 14:15:25 -08:00 committed by Karol Wypchlo
parent bb67bdcfcc
commit 926ea7d90a
1 changed files with 10 additions and 2 deletions

View File

@ -82,7 +82,11 @@
}
.button {
margin-top: 15px;
margin-top: 20px;
@media (min-width: $largebp) {
margin-top: 30px;
}
}
}
@ -174,7 +178,11 @@
width: 100%;
margin-top: 3px;
position: relative;
margin-top: 30px;
margin-top: 20px;
@media (min-width: $largebp) {
margin-top: 30px;
}
input {
border: 1px solid #cbd3cd;