sizing change
This commit is contained in:
		| @@ -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, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user