aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-06 03:33:07 -0400
committertdro <tdro@noreply.example.com>2022-05-06 03:33:07 -0400
commitbb409b6c3f6703e4e67b08dcf0fbc860effa2f9e (patch)
treee3f15627ea3d24b819895a68836b9e9a6adc385f /static
parent678afc06430beff0f274568db692c756a41ea972 (diff)
downloadcanory-bb409b6c3f6703e4e67b08dcf0fbc860effa2f9e.tar.gz
canory-bb409b6c3f6703e4e67b08dcf0fbc860effa2f9e.tar.bz2
canory-bb409b6c3f6703e4e67b08dcf0fbc860effa2f9e.zip
static/css/default: Main needs minimum height
Diffstat (limited to 'static')
-rw-r--r--static/css/default.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/default.css b/static/css/default.css
index 5260ef0..6c220d8 100644
--- a/static/css/default.css
+++ b/static/css/default.css
@@ -211,6 +211,10 @@ ol li + li {
margin-top: 0.5rem;
}
+main {
+ min-height: 100%;
+}
+
main,
details,
code-block,