Skip to content

Commit

Permalink
reduce margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijeinath committed Jan 8, 2024
1 parent 78277cb commit e5c25e9
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

menu {
list-style: none;
margin-inline-start: 4rem;
margin-inline-end: 4rem;
margin-inline-start: 2rem;
margin-inline-end: 2rem;
margin-block-start: 0;
margin-block-end: 0;
padding-inline-start: 0;
display: flex;
flex-direction: row;
Expand All @@ -15,8 +17,8 @@ menu {
}

main {
margin-inline-start: 4rem;
margin-inline-end: 4rem;
margin-inline-start: 2rem;
margin-inline-end: 2rem;
display: flex;
flex-direction: row;
gap: 1rem;
Expand Down

0 comments on commit e5c25e9

Please sign in to comment.