Remove extra margin from hero buttons

This commit is contained in:
Jake Howard 2022-11-01 08:45:39 +00:00
parent 66465dafe8
commit b5160789cd
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -103,6 +103,10 @@ section.hero {
margin-bottom: 0.25rem;
}
.hero-buttons .button {
margin-right: 0 !important;
}
@include mobile {
.hero-buttons {
display: none;