From 29899a9aefd2ce51aae0630515c624776e4c6b8b Mon Sep 17 00:00:00 2001 From: Roxane Date: Sun, 7 Apr 2024 21:49:14 +0200 Subject: [PATCH] repair display --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index dc5db06..82df708 100644 --- a/css/style.css +++ b/css/style.css @@ -31,8 +31,10 @@ h1 { display: flex; position: sticky; top: 5%; + flex-direction: column; width: 20%; + height: fit-content; max-height: 500px; background-color: #333333; text-align: center; @@ -40,6 +42,7 @@ h1 { border: 2px solid gray; border-radius: 20px; margin-right: 10px; + } .backimgid { margin: 10px;