diff options
Diffstat (limited to 'src/index.css')
-rw-r--r-- | src/index.css | 24 |
1 files changed, 1 insertions, 23 deletions
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; -} */ |