From 06068e6d0e97fea04a09c13f0cd7a40fa341ea83 Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Wed, 24 Jul 2024 05:02:30 +0300 Subject: [PATCH] fix date line on mobile, tablet (#15468) --- src/sass/misc/_blog.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/misc/_blog.scss b/src/sass/misc/_blog.scss index 66ea7ff33e..c95e82e76e 100644 --- a/src/sass/misc/_blog.scss +++ b/src/sass/misc/_blog.scss @@ -32,7 +32,7 @@ display: flex; overflow: auto; white-space: nowrap; - @media (min-width: $bp-md) { + @media (min-width: $bp-xl) { white-space: normal; overflow: unset; justify-content: center;