Skip to content

Commit

Permalink
flag number alignment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4rkman authored Jan 2, 2025
1 parent 6f63add commit 71503bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/map/map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ $flag-circle-opacity: 0.2;
width: 30px!important;
height: 30px!important;
align-content: center;
display: grid;
letter-spacing: 0;
outline: solid 3px rgb(104, 104, 104);
&.selected {
Expand Down Expand Up @@ -348,4 +349,4 @@ $flag-circle-opacity: 0.2;

.capZone {
transition: opacity 0.25s ease-in-out, fill-opacity 0.25s ease-in-out;
}
}

0 comments on commit 71503bd

Please sign in to comment.