From 770195a3a7fb89f855ea9f780d4829a2a0c2ec56 Mon Sep 17 00:00:00 2001 From: NielsTRS <40001070+NielsTRS@users.noreply.github.com> Date: Fri, 26 Jun 2020 00:16:51 +0200 Subject: [PATCH] Fix padding css Fix small problem with padding on #tarteaucitronAlertBig because the text was larger than the device size (on phone) --- css/tarteaucitron.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/tarteaucitron.css b/css/tarteaucitron.css index 068763f..701f2fb 100644 --- a/css/tarteaucitron.css +++ b/css/tarteaucitron.css @@ -492,7 +492,7 @@ div#tarteaucitronServices { box-sizing: content-box; z-index: 2147483645; text-align: center; - padding: 10px; + padding: 10px 0 10px 0; margin: auto; width: 100%; }