From 1749f7f3b1d3db3f0bb9208cce13f9cce4ef141c Mon Sep 17 00:00:00 2001 From: moonleay Date: Wed, 18 Oct 2023 21:20:38 +0200 Subject: [PATCH] fix: fixed issues with the footer --- app/util/wrapping_objects.module.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/util/wrapping_objects.module.css b/app/util/wrapping_objects.module.css index ef2347a..286b32d 100644 --- a/app/util/wrapping_objects.module.css +++ b/app/util/wrapping_objects.module.css @@ -16,7 +16,7 @@ .footer { align-items: center; - margin: 100px 1px auto auto; + margin: 100px 1px 0 0; background-color: rgba(0, 0, 0, 0.4); backdrop-filter: blur(5px); bottom: 0; @@ -116,4 +116,6 @@ .contentDiv { display: flex; + flex-direction: column; + margin-bottom: auto; }