From acb2c660bc6e3734441773576691342109c12714 Mon Sep 17 00:00:00 2001 From: ztimson Date: Tue, 9 Jul 2019 11:32:48 -0400 Subject: [PATCH] changed some styling --- src/app/map/map.component.html | 2 +- src/app/map/map.component.scss | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/app/map/map.component.html b/src/app/map/map.component.html index 5b00506..5cec91a 100644 --- a/src/app/map/map.component.html +++ b/src/app/map/map.component.html @@ -1,5 +1,5 @@ - Map Alliance {{version}} + {{version}}
diff --git a/src/app/map/map.component.scss b/src/app/map/map.component.scss index fa348b9..9a588c9 100644 --- a/src/app/map/map.component.scss +++ b/src/app/map/map.component.scss @@ -14,7 +14,13 @@ } .map { - height: calc(100vh - 64px); + @media only screen and (max-width: 600px) { + height: calc(100vh - 56px); + } + + @media only screen and (min-width: 601px) { + height: calc(100vh - 64px); + } } .selected {