From efba2da6c9e63fbae2f3e3cb7a2e8736730e2af4 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 3 Jan 2026 15:21:56 -0700 Subject: [PATCH] Fix font size --- index.html | 2 +- style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index e3d152d..5f894e0 100644 --- a/index.html +++ b/index.html @@ -746,7 +746,7 @@ diff --git a/style.css b/style.css index 900231a..3b6e82b 100644 --- a/style.css +++ b/style.css @@ -77,7 +77,7 @@ body { } .quote-block .quote-text { - font-size: 0.5em; + font-size: 0.5rem; color: #f0f0f0; margin-bottom: 10px; font-style: italic; @@ -85,7 +85,7 @@ body { } .quote-block .quote-attribution { - font-size: 0.1em; + font-size: 0.4rem; color: #c0c0c0; text-align: right; }