From 2066f89b2775043dec33d4adbbb35d1adf83cefe Mon Sep 17 00:00:00 2001 From: Taesung Hwang Date: Tue, 9 Jan 2024 15:35:05 -0800 Subject: [PATCH] Fix `text-align` in Houses Landing - Main title was wrapping and aligned left on narrower views --- src/app/pages/Houses/sections/Landing.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/pages/Houses/sections/Landing.module.scss b/src/app/pages/Houses/sections/Landing.module.scss index d5f772e4..d57fe944 100644 --- a/src/app/pages/Houses/sections/Landing.module.scss +++ b/src/app/pages/Houses/sections/Landing.module.scss @@ -4,9 +4,9 @@ display: grid; place-content: center; row-gap: 20px; + text-align: center; - & > * { - display: grid; + * { place-self: center; }