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
1 changed files with 2 additions and 2 deletions

View File

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