use banner class on banner in about

This commit is contained in:
Harvey Tindall
2021-03-21 00:59:51 +00:00
parent 618cc32a17
commit e351c35cc8
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -52,6 +52,11 @@
padding: var(--spacing-4,1rem);
}
.modal-content .banner {
margin-left: calc(-1 * var(--spacing-4,1rem) - 0.5%); /* Not sure why this is necessary */
margin-right: calc(-1 * var(--spacing-4,1rem) - 0.5%);
}
div.card:contains(section.banner.footer) {
padding-bottom: 0px;
}