Skip to content

Commit

Permalink
minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PyaePhoneNaing committed Aug 8, 2024
1 parent d196f62 commit 1674af8
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 1674af8

Please sign in to comment.