forked from indymedia/epicyon
Newswire line spacing
parent
4f32cfebc8
commit
fed52f148b
|
@ -66,6 +66,7 @@
|
||||||
--quote-font-weight: normal;
|
--quote-font-weight: normal;
|
||||||
--quote-font-size: 120%;
|
--quote-font-size: 120%;
|
||||||
--line-spacing: 130%;
|
--line-spacing: 130%;
|
||||||
|
--line-spacing-newswire: 100%;
|
||||||
--column-left-width: 10vw;
|
--column-left-width: 10vw;
|
||||||
--column-center-width: 80vw;
|
--column-center-width: 80vw;
|
||||||
--column-right-width: 10vw;
|
--column-right-width: 10vw;
|
||||||
|
@ -227,6 +228,7 @@ a:focus {
|
||||||
.newswireItem {
|
.newswireItem {
|
||||||
font-size: var(--font-size-newswire);
|
font-size: var(--font-size-newswire);
|
||||||
color: var(--column-right-fg-color);
|
color: var(--column-right-fg-color);
|
||||||
|
line-height: var(--line-spacing-newswire);
|
||||||
}
|
}
|
||||||
|
|
||||||
.newswireDate {
|
.newswireDate {
|
||||||
|
|
Loading…
Reference in New Issue