Skip to content

Commit

Permalink
Adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
thi747 committed Jul 29, 2024
1 parent 5c08996 commit b37c098
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 5 additions & 2 deletions css/mapa.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ g {
}
svg {
stroke: var(--contorno-mapa);
position: relative;
top: -20px;
height: 880px !important;
width: 875px;
}
text {
cursor: default;
Expand Down Expand Up @@ -63,8 +67,7 @@ text {

.legenda {
display: flex;
justify-content: space-around;
margin-bottom: 15px;
margin-bottom: 10px;
}
.legenda-item {
align-items: center;
Expand Down
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<button id="btnrandom">&nbsp;Random&nbsp;</button>
</div>

<svg id="svg-map" xmlns="http://www.w3.org/2000/svg" height="913" version="1.2" width="875">
<svg id="svg-map" xmlns="http://www.w3.org/2000/svg" version="1.2" viewBox="0 0 875 880">
<g id="estados">
<path id="AC" name="Acre"></path>
<text id="AC_label">AC</text>
Expand Down Expand Up @@ -114,7 +114,6 @@
<text id="DF_label">DF</text>
</g>
</svg>

<div class="legenda">
<div class="legenda-item">
<div class="legenda-color" style="background-color: var(--status-0)">0</div>
Expand Down

0 comments on commit b37c098

Please sign in to comment.