commit 32f2bc61f26ee7261ff7a2baea7d3f8c1c416873 parent 286a9dbc0c6aa584377520047e373d1985ac2e76 Author: Ville-Matias Heikkila <viznut@low.fi> Date: Fri, 15 Dec 2023 14:06:47 +0200 diminish header size Diffstat:
| M | local.css | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/local.css b/local.css @@ -40,11 +40,11 @@ h1,h2,h3,h4,h5,h6 { } h1 { margin-bottom: 0em; - font-size: 3rem; + font-size: 2rem; } h2 { margin-top: 0; - font-size: 2rem; + font-size: 1.5rem; } a { color: #AA7E2B;