Skip to content

Commit e173eb9

Browse files
committed
fix: Adjust miniMapArea dimensions in globals.scss
- Reduced the width of the miniMapArea from 25% to 20% and the height from 35% to 30% for improved layout consistency.
1 parent 6441e45 commit e173eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/globals.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,8 +1591,8 @@ h1, h2, h3, span, label {
15911591

15921592

15931593
#miniMapArea {
1594-
width: 25%;
1595-
height: 35%;
1594+
width: 20%;
1595+
height: 30%;
15961596
max-height: 100%;
15971597
z-index: 10;
15981598
border-radius: 10px;

0 commit comments

Comments
 (0)