Larger line height for events to make it look less compressed
This commit is contained in:
parent
618c7c3eef
commit
47c8ac90cb
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue