From 196b19d42a3e7c802b50ea94ded2873c477cb062 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 4 May 2021 09:56:56 +0200 Subject: [PATCH] enlarge margin bottom on smaller devices --- views/bootstrap4/styles/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/bootstrap4/styles/styles.css b/views/bootstrap4/styles/styles.css index 12f0dfaa7..1ba3a5223 100644 --- a/views/bootstrap4/styles/styles.css +++ b/views/bootstrap4/styles/styles.css @@ -34,13 +34,13 @@ body { @media (max-width: 991px) { body { /* Margin bottom by footer height */ - margin-bottom: 90px; + margin-bottom: 110px; } } @media (max-width: 767px) { body { /* Margin bottom by footer height */ - margin-bottom: 110px; + margin-bottom: 130px; } } .footer {