class news typography

pull/9930/head
Thibault Duplessis 2021-10-04 12:48:16 +02:00
parent 8fdc038ae7
commit ca8c4e7cfc
1 changed files with 18 additions and 0 deletions

View File

@ -404,6 +404,24 @@ $c-bg-clas-over-dim: mix($c-bg-clas-over, $c-bg-clas, 80%);
margin: 0.7em 0;
}
h2 {
margin-top: 1.8em;
border-bottom: 1px solid $c-brag;
line-height: 1.5em;
padding-bottom: 0.5em;
}
h3 {
@include fluid-size('font-size', 18px, 27px);
font-weight: bold;
margin: 1.6em 0 1em 0;
}
h4 {
@include fluid-size('font-size', 17px, 23px);
}
em {
font-style: italic;
}