Skip to content

Commit

Permalink
Correções no CSS do Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ewaldsc committed Sep 23, 2024
1 parent 16b7555 commit ce97b1a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ a {
flex-wrap: wrap;
justify-content: space-between;
//padding: 30px 12% 0 8%;
padding: 30px 0% 0 5%;
padding: 30px 0% 0 8%;
}

.menu-title {
Expand All @@ -171,7 +171,8 @@ a {

#menu-button {
width: 100%;
margin: 5px auto;
// margin: 5px auto;
margin: 5px 8% 5px auto;
text-align: center;
font-size: 24px;
}
Expand All @@ -182,8 +183,8 @@ a {
//justify-content: flex-start;
justify-content: space-evenly;
//padding: 0 2vw;
padding-right: 4%;
padding-left: 2%;
padding-right: 3%;
padding-left: 3%;
width: 74%;
}

Expand Down

0 comments on commit ce97b1a

Please sign in to comment.