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;