From 730ec347582289efbc0cd1c48e4c243d4c4920d6 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 10 Dec 2024 18:13:53 +0100 Subject: [PATCH] fix(css): bad align items value --- scss/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/main.scss b/scss/main.scss index b416b46..bd22152 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -150,7 +150,7 @@ h4 { //width: 100%; margin-right: 1rem; flex-direction: column; - align-items: left; + align-items: start; justify-content: center; gap: 0.5rem; @media only screen and (max-width: vars.$bp-large) {