From 81e247977192c8d02be7d10b4b16f1a3d1eafe08 Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Sun, 15 Sep 2024 20:03:39 -0300 Subject: reducing font size a bit --- zola/static/style.css | 2 +- zola/templates/base.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zola/static/style.css b/zola/static/style.css index 80e8460..becd310 100644 --- a/zola/static/style.css +++ b/zola/static/style.css @@ -24,7 +24,7 @@ --content-padding-right: 5ex; --body-max-width: 130ex; --body-min-width: 70ex; - --body-font-size: 18px; + --body-font-size: 16px; --first-letter-font-size: 120%; --max-content-width: 80ex; --dt-font-size: 120%; diff --git a/zola/templates/base.html b/zola/templates/base.html index 8931f76..83ab4f2 100644 --- a/zola/templates/base.html +++ b/zola/templates/base.html @@ -10,7 +10,7 @@
- ndato.com.ar + ndato.com
@@ -43,7 +43,7 @@
-
ndato.com.ar - Nicolás Dato - 2024
+
-- cgit v1.2.3