Skip to content

Commit 543b1b1

Browse files
committed
fix content height to fix footer issues
1 parent f015e4a commit 543b1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/static/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ body {
44

55
.page-content {
66
position: relative;
7-
min-height: 100vh;
7+
min-height: calc(100vh - 21vh);
88
padding-bottom: 3rem;
99
}
1010

0 commit comments

Comments
 (0)