diff options
Diffstat (limited to 'src/input.css')
-rwxr-xr-x | src/input.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/input.css b/src/input.css index 8cd7f3e..1f4e978 100755 --- a/src/input.css +++ b/src/input.css @@ -135,12 +135,20 @@ p > code, p > strong > code, li > code, li > strong > code { height: 70vh; } + @media screen and (max-width: 1280px) { + #map-container { + background-position: center; + background-attachment: scroll; + height: 50vh; + } + } + @media screen and (max-width: 768px) { #map-container { - background-position: 25%; + background-position: 25% 50%; background-size: auto; background-attachment: scroll; - height: 50vh; + height: 42vh; } } |