From 8824070547e7d183ea3ede4d7040f23aa36c2c2a Mon Sep 17 00:00:00 2001 From: Scarlett Date: Sun, 12 May 2024 19:35:32 -0400 Subject: [PATCH] sizing change --- src/assets/stylesheets/map.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/assets/stylesheets/map.scss b/src/assets/stylesheets/map.scss index cf49578..8eadbce 100644 --- a/src/assets/stylesheets/map.scss +++ b/src/assets/stylesheets/map.scss @@ -74,7 +74,7 @@ $white: #fff; } .map-box, .map-details { - height: 600px; + height: 68vh; background: linear-gradient( -30deg, rgb(187, 208, 236) 0%, @@ -103,7 +103,7 @@ $white: #fff; .map-box-row { width: 100%; - height: 60px; + height: 70px; background-color: transparent; border-radius: 20px; display: flex; @@ -114,8 +114,8 @@ $white: #fff; } .map-box-circle, .map-box-spacer { - width: 60px; - height: 60px; + width: 70px; + height: 70px; border-radius: 50%; background: linear-gradient( 15deg,