mirror of https://gitlab.com/bashrc2/epicyon
Column widths
parent
fe19d84e88
commit
081ceb320f
|
@ -62,7 +62,7 @@
|
|||
--quote-font-size: 120%;
|
||||
--line-spacing: 130%;
|
||||
--column-left-width: 0%;
|
||||
--column-center-width: 100%;
|
||||
--column-center-width: 80%;
|
||||
--column-right-width: 0%;
|
||||
}
|
||||
|
||||
|
@ -87,7 +87,7 @@ body, html {
|
|||
|
||||
height: 100%;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
max-width: 80%;
|
||||
max-width: var(--column-center-width);
|
||||
min-width: 950px;
|
||||
margin: 0 auto;
|
||||
font-size: var(--font-size);
|
||||
|
|
Loading…
Reference in New Issue