From 5e09c4533a140d15074b8663b3c797947a093101 Mon Sep 17 00:00:00 2001 From: siinus Date: Fri, 15 Mar 2024 01:01:52 +0200 Subject: [PATCH] Center homepage columns for mobile view --- _sass/home.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_sass/home.scss b/_sass/home.scss index 371eb0d..4347bd3 100644 --- a/_sass/home.scss +++ b/_sass/home.scss @@ -35,7 +35,8 @@ justify-content : center; align-items : center; align-content : flex-start; - text-align : left; + text-align : center; + margin : auto; flex : 2; .lg-icon {