From 084d8e2dc5a18a445f05aca4d75d7a8eb6b6b437 Mon Sep 17 00:00:00 2001 From: JeremyJamesL Date: Tue, 17 Dec 2024 19:16:09 +0000 Subject: prod --- src/index.css | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'src/index.css') diff --git a/src/index.css b/src/index.css index 8f861f0..57ac450 100644 --- a/src/index.css +++ b/src/index.css @@ -10,7 +10,7 @@ #map { height: 100%; - height: 100dvh; + height: calc(100dvh - (64px + 288px)); width: 100%; } @@ -84,25 +84,3 @@ body { stroke-miterlimit: 10; stroke-dasharray: 4, 3; } - -/* header { - background: rgb(38, 38, 38); - background: linear-gradient( - 180deg, - rgba(38, 38, 38, 1) 0%, - rgba(38, 38, 38, 0.7665660014005602) 51%, - rgba(38, 38, 38, 0) 100% - ); -} */ - -/* body { - color: #646c78; - background-color: #222e3e; -} */ -/* -.container { - max-width: 1200px; - margin: 0 auto; - padding-left: 15px; - padding-right: 15px; -} */ -- cgit v1.2.3