Skip to content

Commit

Permalink
Merge pull request #1 from PyaePhoneNaing/feature/minor
Browse files Browse the repository at this point in the history
minor bug fix
  • Loading branch information
PyaePhoneNaing authored Aug 8, 2024
2 parents d196f62 + 1674af8 commit c8a1bc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ body{
}

header{
padding: 50px;
padding: 51px;
background-color: cornflowerblue;
color: white;
text-align: center;
margin-bottom: 20px;
margin-bottom: 21px;
}

main{
max-width: 800px;
padding: 20px;
padding: 21px;
margin: auto;
display: flex;
justify-content: space-between;
Expand Down

0 comments on commit c8a1bc5

Please sign in to comment.