Give titles (minus Hero classes) same horz pad as sections
This commit is contained in:
parent
f9e85f0c8f
commit
7041799ddd
1 changed files with 7 additions and 0 deletions
|
@ -48,3 +48,10 @@
|
|||
.section {
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue