Reduce blank space under hero image

This commit is contained in:
Jake Howard 2022-09-23 08:49:51 +01:00
parent bee03a8e64
commit e619e8da3a
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -8,7 +8,7 @@ section.hero {
position: sticky;
top: 0;
z-index: 10;
margin-top: 3rem;
margin-top: 2rem;
padding-top: 0.5rem;
margin-bottom: 1.5rem;
background-color: $white;