fontenay-sous-bois-2018: add padding to title when borders are forced

This commit is contained in:
Frédéric Péters 2019-06-05 15:04:02 +02:00
parent cbd7c82c2f
commit 675ee8b4ab
1 changed files with 3 additions and 0 deletions

View File

@ -278,6 +278,9 @@ div#sidebar {
#content div.cell.with-borders {
border: 1px solid #c6c6c6;
border-radius: 10px;
h2:first-child {
padding-left: 1rem;
}
}
button {