proper formatting for items list titles

This commit is contained in:
Gesina Schwalbe 2020-12-29 21:27:21 +01:00
parent d39194c4fa
commit b71f229e16
2 changed files with 11 additions and 3 deletions

View file

@ -44,3 +44,11 @@
}
}
}
.items-list-title {
margin-top: 2em;
margin-bottom: 0px;
padding-left: 1em;
border-bottom: 2px groove $c-border-groove;
font-weight: bold;
}