Improve spacing around subtitle in hero

This commit is contained in:
Jake Howard 2022-10-02 17:37:50 +01:00
parent 1ae3288a73
commit 80cbcfbb47
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -80,12 +80,12 @@ section.hero {
} }
.subtitle { .subtitle {
margin-bottom: 0.5rem; margin-bottom: 1rem;
font-weight: 300; font-weight: 300;
} }
.title { .title {
margin-bottom: 1.25rem; margin-bottom: 0.75rem;
font-weight: 300; font-weight: 300;
font-size: 3.5rem; font-size: 3.5rem;
} }