We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f015e4a commit 543b1b1Copy full SHA for 543b1b1
assets/static/style.css
@@ -4,7 +4,7 @@ body {
4
5
.page-content {
6
position: relative;
7
- min-height: 100vh;
+ min-height: calc(100vh - 21vh);
8
padding-bottom: 3rem;
9
}
10
0 commit comments