Skip to content

Commit

Permalink
Correct Verticle Alignment and Spacing
Browse files Browse the repository at this point in the history
Updated body element height and main container flex gap
  • Loading branch information
idongCodes committed Aug 2, 2024
1 parent 08d68a1 commit c884ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
font-family: var(--body-font);
font-size: 18px;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}

#palindrome-check,
Expand All @@ -29,7 +29,7 @@
text-align: center;
display: flex;
flex-direction: column;
gap: 5px;
gap: 15px;
}

.freecodecamp-logo {
Expand Down

0 comments on commit c884ffb

Please sign in to comment.