From 4ffa82b50447083b0576c00da21fbc36fd51ef61 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 29 Jun 2022 22:17:32 +0530 Subject: style.css: Switch to regular font size. * style.css (body)[font-size]: Delete property. --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index d71e2c0..8a6bcba 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,6 @@ h2,h3,h4 { body { font-family: Palatino, 'Palatino Linotype', serif; color: black; - font-size: large; max-width: 1000px; margin: 0 auto; } -- cgit v1.2.3