Larger line height for events to make it look less compressed

This commit is contained in:
Yorin Anne De Jong 2018-08-10 22:22:04 +02:00
parent 618c7c3eef
commit 47c8ac90cb
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ p + .subtext {
} }
.events li p { .events li p {
text-align: left; text-align: left;
line-height: 1.5em;
} }
.events .subtext { .events .subtext {