Add spacing around banners

This commit is contained in:
Raphael Michel
2020-05-26 15:56:30 +02:00
parent e12e7a5dd3
commit 9e93560f7c
2 changed files with 12 additions and 2 deletions

View File

@@ -235,3 +235,9 @@ h2.subevent-head {
font-family: $font-family-monospace;
padding: 8px 0;
}
.banner-bottom {
padding-top: 15px;
}
.banner-top {
padding-bottom: 15px;
}