From 299d5670cf04c5de335c6c0144aefe3f40a7102f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Mon, 21 Mar 2022 18:46:14 +0100 Subject: [PATCH] Fix scrolling titles --- src/style/pages/_homepage.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/style/pages/_homepage.scss b/src/style/pages/_homepage.scss index 3ce03ab..56b3306 100644 --- a/src/style/pages/_homepage.scss +++ b/src/style/pages/_homepage.scss @@ -4,7 +4,7 @@ &__title { // Houses &--houses { - display: flex; + display: inline-flex; margin: -28px 0 0; color: $color-secondary; text-align: center; @@ -23,6 +23,8 @@ } // World &--world { + min-width: 100%; + display: inline-flex; color: $color-primary-tertiary20; text-align: center;