h1 padding

This commit is contained in:
chankalan 2021-09-28 22:43:51 +02:00
parent fed0043c09
commit b5c0390dea
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ span.btn {
}
}
> h1 {
padding:($spacer*4) ($spacer*4) $spacer;
padding:($spacer*4);
@include media($bp-medium) {
padding:($spacer*2) ($spacer*2) $spacer;
}