From 43eefd73654920ecb6f3fafd4e6383284486a29f Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Tue, 13 Oct 2020 14:12:20 -0700 Subject: [PATCH] css --- src/static/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/static/main.css b/src/static/main.css index 798ab79cc..512da8390 100644 --- a/src/static/main.css +++ b/src/static/main.css @@ -6,6 +6,8 @@ html, body { display: flex; + flex-direction: column; + width: 100%; height: 100%; color: rgb(55, 53, 47);