From d0440f04e3b50839eb31cf0487c479f4151ef3aa Mon Sep 17 00:00:00 2001 From: Sara Date: Tue, 9 Apr 2024 10:51:00 +0200 Subject: [PATCH] feat: updated header 1 in index --- index.html | 2 +- shared/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 8b66478..bb0377a 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@
-

Hello, my name is Sara! I'm a game developer with love for the intricacies of player +

Hi! my name is Sara! I'm a game developer in love with the intricacies of player interaction.

diff --git a/shared/style.css b/shared/style.css index 86b21e8..16f38bc 100644 --- a/shared/style.css +++ b/shared/style.css @@ -12,7 +12,7 @@ body { } h1 { - font-size: 3.5em; + font-size: 2.5em; } h2 { @@ -209,4 +209,4 @@ a.button:hover { padding-bottom: 1px; margin: 3px auto; } -} \ No newline at end of file +}