From 07f81bc2c16087a31200353e8ccaa45029273215 Mon Sep 17 00:00:00 2001 From: mco-system Date: Tue, 11 Apr 2023 20:02:04 +1100 Subject: [PATCH] fix: portrait mode for mobile --- src/thsf/static/css/wrappers.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/thsf/static/css/wrappers.css b/src/thsf/static/css/wrappers.css index ffbcc91..1d9fc20 100644 --- a/src/thsf/static/css/wrappers.css +++ b/src/thsf/static/css/wrappers.css @@ -48,6 +48,7 @@ justify-content: center; align-items: center; text-align: center; + margin-bottom: 2em; } .subpartners { display: flex; @@ -120,6 +121,7 @@ justify-content: center; align-items: center; text-align: center; + margin-bottom: 2em; } .subpartners { display: flex;