From 63219020f967690b5244b1eac7398f000b12c8cc Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Thu, 22 Oct 2020 18:44:02 +0200 Subject: [PATCH] Fixing header of article h1 smaller than in article h1. --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index 66c6245..705eb00 100755 --- a/css/style.css +++ b/css/style.css @@ -27,6 +27,9 @@ a { color: black; text-decoration: none; } +header h2 { + font-size: 33px; +} article h1 { font-size: 30px; }