diff --git a/src/input.css b/src/input.css index 8cd7f3e..1f4e978 100755 --- a/src/input.css +++ b/src/input.css @@ -135,15 +135,23 @@ p > code, p > strong > code, li > code, li > strong > code { height: 70vh; } - @media screen and (max-width: 768px) { + @media screen and (max-width: 1280px) { #map-container { - background-position: 25%; - background-size: auto; + background-position: center; background-attachment: scroll; height: 50vh; } } + @media screen and (max-width: 768px) { + #map-container { + background-position: 25% 50%; + background-size: auto; + background-attachment: scroll; + height: 42vh; + } + } + /** Documentation */ #global_toc .deploySubMenu { position: absolute; diff --git a/templates/index.html b/templates/index.html index 1f09edd..d859bcb 100755 --- a/templates/index.html +++ b/templates/index.html @@ -26,7 +26,7 @@
{{ page.description }}
{% endif %} - +- Powered by Zola + Built with Zola, + powered by Garage, + hosted by Deuxfleurs