From e5beba07d6b9e102cc28c7474b9db0ae11ec3c79 Mon Sep 17 00:00:00 2001 From: sptaule Date: Sun, 30 Jan 2022 11:25:02 +0100 Subject: [PATCH] Fix map size, requirements font, cyberduck logo, footer thanks --- src/input.css | 14 +++++++++++--- templates/index.html | 14 +++++++------- templates/page.html | 2 +- templates/partials/shared/footer.html | 5 +++-- 4 files changed, 22 insertions(+), 13 deletions(-) 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 @@
-
@@ -89,35 +89,35 @@
  • - CPU + CPU
    Any x86_64 CPU from the last 10 years, ARMv7 or ARMv8
  • - RAM + RAM
    1 GB
  • - Disk space + Disk space
    At least 16 GB
  • - Network + Network
    200 ms or less, 50 Mbps or more
  • - Heterogeneous hardware + Heterogeneous hardware
    Build a cluster with whatever second-hand machines are available
  • @@ -146,7 +146,7 @@
  • - Cyberduck + Cyberduck
  • diff --git a/templates/page.html b/templates/page.html index 53767ae..67081b7 100755 --- a/templates/page.html +++ b/templates/page.html @@ -18,7 +18,7 @@ {% if page.description %}

    {{ page.description }}

    {% endif %} - +
    diff --git a/templates/partials/shared/footer.html b/templates/partials/shared/footer.html index de58caf..d5bd29c 100644 --- a/templates/partials/shared/footer.html +++ b/templates/partials/shared/footer.html @@ -4,8 +4,9 @@ {{ macros:: social_links( social_config=config.extra.social) }}

    - Powered by Zola + Built with Zola, + powered by Garage, + hosted by Deuxfleurs

  • \ No newline at end of file