From 3029358aeb5a2220ed6c24db2ce43b752453a6f9 Mon Sep 17 00:00:00 2001 From: Yimche Date: Tue, 15 Oct 2024 00:35:42 +1100 Subject: [PATCH] :bug: fixed startpage link alignment not being left --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 851678f..ae1fc09 100644 --- a/style.css +++ b/style.css @@ -160,6 +160,7 @@ body#startpage .scroll{ width: inherit; align-items: initial; overflow: scroll; + justify-content: left; } body#startpage .title-uni{ color: var(--red); @@ -171,7 +172,10 @@ body#startpage .title-play{ color: var(--green); } body#startpage .links{ - display:block; + display:flex; + flex-direction: column; + justify-content: left; + align-items: flex-start; } body#startpage li{ list-style-type: none;