feat: updated header 1 in index

This commit is contained in:
Sara 2024-04-09 10:51:00 +02:00
parent 805d74919b
commit d0440f04e3
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@
<body> <body>
<section> <section>
<h1 id="intro-sentence">Hello, my name is Sara! I'm a game developer with love for the intricacies of player <h1 id="intro-sentence">Hi! my name is Sara! I'm a game developer in love with the intricacies of player
interaction.</h1> interaction.</h1>
</section> </section>
<section> <section>

View file

@ -12,7 +12,7 @@ body {
} }
h1 { h1 {
font-size: 3.5em; font-size: 2.5em;
} }
h2 { h2 {
@ -209,4 +209,4 @@ a.button:hover {
padding-bottom: 1px; padding-bottom: 1px;
margin: 3px auto; margin: 3px auto;
} }
} }