forked from indymedia/epicyon
Column padding
parent
0366c43c1e
commit
7a291aea29
|
@ -64,9 +64,9 @@
|
||||||
--quote-font-weight: normal;
|
--quote-font-weight: normal;
|
||||||
--quote-font-size: 120%;
|
--quote-font-size: 120%;
|
||||||
--line-spacing: 130%;
|
--line-spacing: 130%;
|
||||||
--column-left-width: 10vw;
|
--column-left-width: 9vw;
|
||||||
--column-center-width: 80vw;
|
--column-center-width: 80vw;
|
||||||
--column-right-width: 10vw;
|
--column-right-width: 9vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -953,6 +953,7 @@ aside .toggle-inside li {
|
||||||
width: var(--column-left-width);
|
width: var(--column-left-width);
|
||||||
}
|
}
|
||||||
.col-left {
|
.col-left {
|
||||||
|
padding: 10px 10px;
|
||||||
font-size: var(--font-size-links);
|
font-size: var(--font-size-links);
|
||||||
float: left;
|
float: left;
|
||||||
width: var(--column-left-width);
|
width: var(--column-left-width);
|
||||||
|
|
Loading…
Reference in New Issue