pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit 4830cb1f723d1b19777dbcec9304c65db1c08db0
parent 245a47df0d8439cf4c6a9034152b3f4412c69629
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Tue, 11 Jun 2024 21:01:07 +0200

fix: decrease headline size

Diffstat:
Massets/style.css | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assets/style.css b/assets/style.css @@ -51,10 +51,10 @@ body { /* Set headline sizes and margins */ h1 { - font-size: 1.5em; + font-size: 1.25em; } h2, h3 { - font-size: 1.25em; + font-size: 1.15em; } h4, h5, h6, span.desc { font-size: 1.1em;