From f26d122b2ad0cd3e3299de776b69e69d31486895 Mon Sep 17 00:00:00 2001 From: "C. Lente" <7017340+clente@users.noreply.github.com> Date: Tue, 25 Apr 2023 16:07:22 -0300 Subject: Make website title H1 --- assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'assets') diff --git a/assets/style.css b/assets/style.css index 4d97282..3b90566 100644 --- a/assets/style.css +++ b/assets/style.css @@ -30,6 +30,10 @@ a { text-decoration: none; border: 0; } +.title h1 { + font-size: 24px; + margin: 19.92px 0 19.92px 0; +} .title span { font-weight: 400; -- cgit v1.2.3