Column widths

merge-requests/8/head
Bob Mottram 2020-09-30 19:35:01 +01:00
parent fe19d84e88
commit 081ceb320f
1 changed files with 2 additions and 2 deletions

View File

@ -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);