Add a bit of spacing under content detail on hero

The `.control`is what defines the padding now
This commit is contained in:
Jake Howard 2022-06-26 15:21:25 +01:00
parent d37c0dfbfa
commit 7ea6b8b5a8
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -62,6 +62,6 @@ section.hero {
.content-details {
font-size: 90%;
margin-bottom: 0.5rem;
margin-bottom: 0 !important;
}
}