From e5beba07d6b9e102cc28c7474b9db0ae11ec3c79 Mon Sep 17 00:00:00 2001 From: sptaule Date: Sun, 30 Jan 2022 11:25:02 +0100 Subject: Fix map size, requirements font, cyberduck logo, footer thanks --- src/input.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src') 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; } } -- cgit v1.2.3