sizing change

This commit is contained in:
scarlett kadan 2024-05-12 19:35:32 -04:00
parent 8964afe3cf
commit 8824070547

View File

@ -74,7 +74,7 @@ $white: #fff;
} }
.map-box, .map-details { .map-box, .map-details {
height: 600px; height: 68vh;
background: linear-gradient( background: linear-gradient(
-30deg, -30deg,
rgb(187, 208, 236) 0%, rgb(187, 208, 236) 0%,
@ -103,7 +103,7 @@ $white: #fff;
.map-box-row { .map-box-row {
width: 100%; width: 100%;
height: 60px; height: 70px;
background-color: transparent; background-color: transparent;
border-radius: 20px; border-radius: 20px;
display: flex; display: flex;
@ -114,8 +114,8 @@ $white: #fff;
} }
.map-box-circle, .map-box-spacer { .map-box-circle, .map-box-spacer {
width: 60px; width: 70px;
height: 60px; height: 70px;
border-radius: 50%; border-radius: 50%;
background: linear-gradient( background: linear-gradient(
15deg, 15deg,