Add spacing under content details in hero

This commit is contained in:
Jake Howard 2022-06-26 10:53:10 +01:00
parent 8a8d09413e
commit d3badf5339
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -59,4 +59,8 @@ section.hero {
nav.breadcrumb {
margin-bottom: 0.5rem !important;
}
.content-details {
margin-bottom: 0.5rem;
}
}