Add subtle border to <h2>
elements in main content
This commit is contained in:
parent
b1c6d19acc
commit
e6a5d24bc4
1 changed files with 6 additions and 0 deletions
|
@ -49,6 +49,12 @@
|
|||
}
|
||||
|
||||
.page__content {
|
||||
|
||||
h2 {
|
||||
padding-bottom: 0.5em;
|
||||
border-bottom: 1px solid $border-color;
|
||||
}
|
||||
|
||||
p, li, dl {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue