Fix footer position on large breakpoints

This commit is contained in:
Dennis Reimann 2021-12-16 15:31:53 +01:00 committed by Andrew Camilleri
parent 1f0653985a
commit 38ff3e5e89

View File

@ -419,7 +419,8 @@
padding: var(--btcpay-space-xl) var(--btcpay-space-l);
}
#mainContent > section > .container {
#mainContent > section > .container,
.btcpay-footer > .container {
margin: 0;
}