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);