From 0af0931db0c5cf88b7f52510ee2b8aa643f08801 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Sun, 22 Dec 2024 13:01:43 +0100 Subject: [PATCH] Display fix for formatting options --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index fc002a4..e2d5316 100644 --- a/style.css +++ b/style.css @@ -27,7 +27,8 @@ min-height: 100vh; margin: 0 auto; background-color: #1e2633; - display:block; + display: block flex; + flex-direction: column; } /* Paragraphs of normal text */