From 1cc669fb54cc0d43bd1b2cd3862d14a643602d91 Mon Sep 17 00:00:00 2001 From: Danny Spina Date: Tue, 20 Jun 2023 12:45:59 +0200 Subject: [PATCH] Change title size --- dist/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist/index.html b/dist/index.html index bf3b5d4..7def4b3 100644 --- a/dist/index.html +++ b/dist/index.html @@ -33,6 +33,9 @@ display: flex; flex-direction: column; } + h1 { + font-size: 3rem; + }