From 4ccbd14d2fca061a1bc79e4abea7b4a2d2e96c59 Mon Sep 17 00:00:00 2001 From: glyph Date: Sun, 29 Nov 2020 15:26:28 +0000 Subject: [PATCH] Add auto overflow to fix formatting --- templates/base.html.tera | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html.tera b/templates/base.html.tera index 6d99982..f64c91a 100644 --- a/templates/base.html.tera +++ b/templates/base.html.tera @@ -58,6 +58,7 @@ .col { flex: 1; padding: 1rem; + overflow: auto; } @media (max-width: 400px) {