From b18123d00ad3da9c9975053bab1a9a6e68b2ba02 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 8 Dec 2020 10:43:18 +0100 Subject: [PATCH] don't rely on browser defaults for font sizes --- css/main.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/css/main.css b/css/main.css index a9f7a77..70a7b16 100644 --- a/css/main.css +++ b/css/main.css @@ -54,13 +54,12 @@ body { margin: 0; } -p { - line-height: 150%; -} +p { line-height: 150%; } +a { text-decoration: none; } -a { - text-decoration: none; -} +h1 { font-size: 24px; } +h2 { font-size: 21px; } +h3 { font-size: 16px; } body, button,