From 7ffe0b2cf6a6ff54d55f42434ca7b82924f8d69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Wed, 22 May 2024 23:05:14 +0200 Subject: [PATCH] fix: center news titles on mobile --- src/pages/index/news.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/index/news.scss b/src/pages/index/news.scss index 4fcc3c9..f97890d 100644 --- a/src/pages/index/news.scss +++ b/src/pages/index/news.scss @@ -37,6 +37,10 @@ &--title { flex-grow: 1; margin: 0; + + @media($mobile-breakpoint) { + text-align: center; + } } &--content {