From df3a3e701086059f9ac9b60e06444ae40b0f4f4d Mon Sep 17 00:00:00 2001 From: FireIsGood Date: Sat, 15 Jun 2024 23:52:14 -0700 Subject: [PATCH] Fix font size units --- _includes/layout.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/layout.njk b/_includes/layout.njk index a46659d..f17c5cb 100644 --- a/_includes/layout.njk +++ b/_includes/layout.njk @@ -13,13 +13,13 @@ body { margin: 40px auto; max-width: 768px; line-height: 1.6; - font-size: 20px; + font-size: 1.25rem; color: #444; padding: 0 10px; } pre { - font-size: 16px; + font-size: 1rem; } h1, h2, h3 {