From f67a7bd608552424d03b46d1f0026775e8aac10e Mon Sep 17 00:00:00 2001 From: zepp Date: Thu, 19 Dec 2024 13:49:29 -0500 Subject: [PATCH] update changlog, change site font size to 1rem for users of page zoom --- site/changelog.php | 8 ++++++++ style/style.css | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/site/changelog.php b/site/changelog.php index 04aa87f..1b2ac41 100644 --- a/site/changelog.php +++ b/site/changelog.php @@ -78,6 +78,14 @@ +
  • + 12-19-2024 + +
  • diff --git a/style/style.css b/style/style.css index 7de1fc3..d0e3f1a 100644 --- a/style/style.css +++ b/style/style.css @@ -142,11 +142,11 @@ nav ul li { } nav ul li a { - font-size: 1.1rem; + font-size: 1rem; } main section { - font-size: 1.1rem; + font-size: 1rem; } main section p {