---
docs/website/themes/qaul-theme/static/css/qaul.css | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/website/themes/qaul-theme/static/css/qaul.css b/docs/website/themes/qaul-theme/static/css/qaul.css
index b2f5d363..3d2a1771 100644
--- a/docs/website/themes/qaul-theme/static/css/qaul.css
+++ b/docs/website/themes/qaul-theme/static/css/qaul.css
@@ -5,6 +5,7 @@ body {
font-family: sans-serif;
background: #e0e2e2;
font-weight: 300;
+ min-height: 100vh;
}
strong {
@@ -114,6 +115,7 @@ p,li {
display: flex;
justify-content: center;
margin: 0em 5% 2.5em;
+ flex-grow: 1;
}
.content h1 {
--
2.30.0