Skip to content

Commit

Permalink
Tamanho das fontes do menu no responsivo
Browse files Browse the repository at this point in the history
  • Loading branch information
agnogueira committed Nov 14, 2018
1 parent 5860f7f commit 3d5d579
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions webpack/app/scss/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,15 @@
flex-direction: column;
margin: 0 10px;
}
#main-navigation .list-navigation li {
width: 100%;
bordernone;
#main-navigation .list-navigation {
li {
width: 100%;
border: none;
font-size: 1.5rem;
}
ul.submenu li {
font-size: 1.2rem;
}
}
ul.submenu {
top: 8px;
Expand Down

0 comments on commit 3d5d579

Please sign in to comment.