Skip to content

Commit

Permalink
Update height 100vh to 100% and h1 top padding
Browse files Browse the repository at this point in the history
  • Loading branch information
samiwinho committed Feb 19, 2024
1 parent fb2fc3f commit 8897f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
body {
background-color: #5b3c88;
color: white;
height: 100vh;
height: 100%;
width: 100vw;
display: flex;
flex-direction: column;
Expand All @@ -65,7 +65,7 @@

h1 {
text-align: center;
padding: 0px;
padding-top: 2rem;
font-size: 3rem;
}

Expand Down

0 comments on commit 8897f51

Please sign in to comment.