From 8acca0d1d6939e32ec1f5a25c5e88802c0c156e9 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Tue, 26 Mar 2024 20:26:19 +0100 Subject: [PATCH] Update assets/scss/_styles_project.scss Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- assets/scss/_styles_project.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 9636621e..ea164e5e 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -40,10 +40,9 @@ Custom SCSS for the Matrix spec .navbar-brand { font-size: 1.1rem; - @media (max-width: 768px) { - text-align: center; - white-space: normal; - } + /* Allow the text to wrap if it is wider than the viewport */ + text-align: center; + white-space: normal; .navbar-version { color: $secondary;