From 575cff8ee8ef53b13cebffaf26276ad2cb280e89 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Tue, 25 Jul 2023 12:32:25 -0400 Subject: [PATCH] fix html --- themes/waterspill-en/static/css/style.css | 2 +- themes/waterspill-en/templates/base.html | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/themes/waterspill-en/static/css/style.css b/themes/waterspill-en/static/css/style.css index 4236804..1cd2dc5 100644 --- a/themes/waterspill-en/static/css/style.css +++ b/themes/waterspill-en/static/css/style.css @@ -239,7 +239,7 @@ div.figure img { } -@media screen and (max-width: 900px) { +@media screen and (max-width: 899px) { body { padding:1rem; } diff --git a/themes/waterspill-en/templates/base.html b/themes/waterspill-en/templates/base.html index e818729..5d5a4dc 100644 --- a/themes/waterspill-en/templates/base.html +++ b/themes/waterspill-en/templates/base.html @@ -25,9 +25,10 @@
@@ -40,7 +41,7 @@ {% for item in AFTER_MENU %}
  • {{ item.name }}
  • {% endfor %} -
  • +