Skip to content

Commit

Permalink
melhorias de design: menu dropdown (#25)
Browse files Browse the repository at this point in the history
· agora o menu dropdown é exibido corretamente em celulares
  • Loading branch information
badain committed Apr 30, 2020
1 parent 8f7331a commit a7d784b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions municipios.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@
<h1 class="display">Município de&nbsp;</h1>
<div class="dropdown">
<div class="dropdown-toggle" href="#" id="titleDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
aria-haspopup="true" aria-expanded="false" data-display="static">
<a href="#" style="text-decoration: none;">
<h1 class="display" id="page-title">São Paulo</h1> <!-- PAGE.TITLE -->
</a>
</div>
<div class="dropdown-menu dropdown-menu-right dropdown-menu-sm-left" aria-labelledby="titleDropdown">
<div class="dropdown-menu dropdown-menu-md-right" aria-labelledby="titleDropdown">
<a class="dropdown-item active" href="#sp_sp">São Paulo</a>
</div>
</div>
Expand Down

0 comments on commit a7d784b

Please sign in to comment.