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; }