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;