Give titles (minus Hero classes) same horz pad as sections

This commit is contained in:
Benjamin Melançon 2019-08-10 08:45:38 -04:00
parent f9e85f0c8f
commit 7041799ddd

View file

@ -48,3 +48,10 @@
.section { .section {
padding: 1rem 1.5rem; padding: 1rem 1.5rem;
} }
// Give titles, from which we removed the Hero classes, the same padding
// as sections.
.block-page-title-block {
padding: 1rem 1.5rem;
}