equal margins
This commit is contained in:
parent
bb67bdcfcc
commit
926ea7d90a
|
@ -82,7 +82,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
margin-top: 15px;
|
margin-top: 20px;
|
||||||
|
|
||||||
|
@media (min-width: $largebp) {
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -174,7 +178,11 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 30px;
|
margin-top: 20px;
|
||||||
|
|
||||||
|
@media (min-width: $largebp) {
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
border: 1px solid #cbd3cd;
|
border: 1px solid #cbd3cd;
|
||||||
|
|
Reference in New Issue