Newswire line spacing

main
Bob Mottram 2020-10-04 22:57:22 +01:00
parent 4f32cfebc8
commit fed52f148b
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,7 @@
--quote-font-weight: normal;
--quote-font-size: 120%;
--line-spacing: 130%;
--line-spacing-newswire: 100%;
--column-left-width: 10vw;
--column-center-width: 80vw;
--column-right-width: 10vw;
@ -227,6 +228,7 @@ a:focus {
.newswireItem {
font-size: var(--font-size-newswire);
color: var(--column-right-fg-color);
line-height: var(--line-spacing-newswire);
}
.newswireDate {