From 4d8094183c0bc1585e4b3a47c8371ac98ccc98a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Mon, 18 Mar 2024 02:10:19 +0100 Subject: [PATCH] Fix margin bottom for mobile --- css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/main.css b/css/main.css index e57d196..efc4b60 100644 --- a/css/main.css +++ b/css/main.css @@ -52,4 +52,8 @@ .columns.is-multiline { max-width: 100%; } + + #template { + margin-bottom: 15em; + } }