Adjust body minimum height to fit footer

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2024-11-06 07:31:52 +01:00
parent a22be85d5e
commit 5a812dbabe
+1 -1
View File
@@ -11,7 +11,7 @@ body {
padding: 0;
background: $theme-content-background;
min-height: 100vh;
min-height: calc(100vh - 2rem);
display: flex;
flex-direction: column;