From 5c533a8a1a21664e792b808e38f369c29417de7f Mon Sep 17 00:00:00 2001 From: coon Date: Tue, 5 Dec 2023 02:36:29 +0100 Subject: [PATCH] static: do vertical stretching properly --- static/flexbox/sanic.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/flexbox/sanic.css b/static/flexbox/sanic.css index 6797f27..b683887 100644 --- a/static/flexbox/sanic.css +++ b/static/flexbox/sanic.css @@ -1,7 +1,10 @@ html, body { background-color: #09101d; color: #bbb; - height: 99%; + + margin: 0; + padding: 0; + height: 100%; } div {