From 706e8b8c4e2a197ab0414780ab0139366e94fcd7 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Fri, 16 Feb 2024 17:18:02 +0000 Subject: [PATCH] Forgot the width --- hectabitstyles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hectabitstyles.css b/hectabitstyles.css index 16bbd98..0553bf2 100755 --- a/hectabitstyles.css +++ b/hectabitstyles.css @@ -67,9 +67,10 @@ body { position: fixed; transition: all 0.3s ease 0s; color: rgb(118, 181, 197); - width: 318; + width: 318px; height: 100%; display: flex; + flex-direction: column; } h1 {