Remove extra margin from hero buttons
This commit is contained in:
parent
66465dafe8
commit
b5160789cd
1 changed files with 4 additions and 0 deletions
|
@ -103,6 +103,10 @@ section.hero {
|
||||||
margin-bottom: 0.25rem;
|
margin-bottom: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hero-buttons .button {
|
||||||
|
margin-right: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
@include mobile {
|
@include mobile {
|
||||||
.hero-buttons {
|
.hero-buttons {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue