Fix /hendelser styling for events with no body

This commit is contained in:
Peder Bergebakken Sundt 2018-08-13 18:48:03 +02:00
parent 7669566f81
commit d4bdad8d5e
1 changed files with 3 additions and 0 deletions

View File

@ -97,6 +97,9 @@ p + .subtext {
.events .subtext {
margin-bottom: 0;
}
.events li h4 +.subtext {
margin-top: 1em;
}
@media screen and (max-width: 50rem) {
article h2 {