Adjust body minimum height to fit footer
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ body {
|
||||
padding: 0;
|
||||
background: $theme-content-background;
|
||||
|
||||
min-height: 100vh;
|
||||
min-height: calc(100vh - 2rem);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user