From 0fcc78129ad215443db2e942b592f7aa070bf719 Mon Sep 17 00:00:00 2001 From: Henry V Child Date: Mon, 14 Apr 2025 06:39:29 +0200 Subject: [PATCH] Fixed bug with content overflow --- static/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/styles.css b/static/styles.css index 8866176..48cfb63 100644 --- a/static/styles.css +++ b/static/styles.css @@ -41,6 +41,10 @@ body { margin-bottom: 15px; } +#article { + flex: 1; +} + main { flex-grow: 1; }