Fix /hendelser styling for events with no body
This commit is contained in:
parent
7669566f81
commit
d4bdad8d5e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue