From 38ff3e5e8905baceb4e5680040182a69d08e98a0 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Thu, 16 Dec 2021 15:31:53 +0100 Subject: [PATCH] Fix footer position on large breakpoints --- BTCPayServer/wwwroot/main/layout.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BTCPayServer/wwwroot/main/layout.css b/BTCPayServer/wwwroot/main/layout.css index 60c08348d..c1abf6e0b 100644 --- a/BTCPayServer/wwwroot/main/layout.css +++ b/BTCPayServer/wwwroot/main/layout.css @@ -419,7 +419,8 @@ padding: var(--btcpay-space-xl) var(--btcpay-space-l); } - #mainContent > section > .container { + #mainContent > section > .container, + .btcpay-footer > .container { margin: 0; }