Skip to content

Commit

Permalink
Merge pull request #4 from idongCodes/vertical-spacing-fix
Browse files Browse the repository at this point in the history
Update Stylesheet
  • Loading branch information
idongCodes authored Aug 2, 2024
2 parents 0350221 + 08d68a1 commit 605571c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
font-family: var(--body-font);
font-size: 18px;
display: flex;
justify-content: center;
align-items: center;
}

Expand All @@ -24,10 +25,11 @@
}

#main-container {
margin: 0 auto;
width: 375px;
text-align: center;
height: auto;
text-align: center;
display: flex;
flex-direction: column;
gap: 5px;
}

.freecodecamp-logo {
Expand Down

0 comments on commit 605571c

Please sign in to comment.