stagit

static git page generator  https://git.ce9e.org
git clone https://git.ce9e.org/stagit.git

commit
887c4dae5fc8b08289f20937b95bc3780f0784ec
parent
da9d653ef434ce304cbe9875c81eee5183a5581d
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-03-30 13:59
style: responsive font-size

Diffstat

M data/style.css 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/data/style.css b/data/style.css

@@ -1,5 +1,6 @@
    1     1 body {
    2     2 	font-family: monospace;
   -1     3 	font-size: calc(0.7em + 0.3vw);
    3     4 	line-height: 1.4;
    4     5 	padding: 1ch;
    5     6 	max-width: 100ch;