From 04669eed7ea5315668b2f6919bc11c1831b72b7c Mon Sep 17 00:00:00 2001 From: Esenjin Date: Mon, 6 Jan 2025 13:51:40 +0100 Subject: [PATCH] corrections --- styles.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/styles.css b/styles.css index 8742272..28ddab1 100644 --- a/styles.css +++ b/styles.css @@ -614,6 +614,19 @@ body { margin-bottom: 3rem; } +.share-page .site-footer { + background-color: rgba(0, 0, 0, 0.5); + position: fixed; + bottom: 0; + z-index: 1000; +} + +.admin-page .site-footer { + position: fixed; + bottom: 0; + z-index: 1000; +} + /* Media Queries */ @media (min-width: 1400px) { .albums-grid {