From bd326978a9a8429f1cc93de793375764f39beb79 Mon Sep 17 00:00:00 2001 From: Laurentiu Trofosila Date: Wed, 30 Dec 2020 16:08:50 +0100 Subject: [PATCH] move title label inside h1, for #4 --- src/index.html | 2 +- src/styles/stylesheet.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 08ecf40..5410e1f 100644 --- a/src/index.html +++ b/src/index.html @@ -21,7 +21,7 @@
- +

diff --git a/src/styles/stylesheet.css b/src/styles/stylesheet.css index c1f02e9..707f399 100644 --- a/src/styles/stylesheet.css +++ b/src/styles/stylesheet.css @@ -73,7 +73,7 @@ header { align-items: center; } -header > label { +h1 { font-size: 1.7em; font-weight: 700; }