From 1e30f360a1040a80b593488742de93f74d67f5d9 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Thu, 29 May 2025 17:54:19 +0200 Subject: [PATCH] fix qrcode bottom --- assets/styles/app.css | 5 +++++ templates/base.html.twig | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/styles/app.css b/assets/styles/app.css index e65de48..80c7071 100644 --- a/assets/styles/app.css +++ b/assets/styles/app.css @@ -6,4 +6,9 @@ body { background-color: white; border-radius: 10px; padding: 20px; +} + +.main-footer { + padding-bottom: 10rem; + background-color: #dfe5eb; } \ No newline at end of file diff --git a/templates/base.html.twig b/templates/base.html.twig index b4610a6..a2d609f 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -94,7 +94,7 @@