style: add style for padded section (#41705)

This commit is contained in:
Frédéric Péters 2020-04-14 16:13:15 +02:00
parent dda0ea58ed
commit 18806f6bfe
1 changed files with 3 additions and 0 deletions

View File

@ -1128,6 +1128,9 @@ div.section {
border: 1px solid transparent;
border-radius: 3px;
background: white;
&.padded {
padding: 1em;
}
> h2, > h3 {
font-weight: normal;
font-size: 120%;