From 655268d1b5ef1012143b51eb1ebb0d8bfb802b36 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 23 Nov 2020 08:47:53 +0100 Subject: [PATCH] Reduce unimportant page title on small devices That way there is more space for actual content. --- Resources/Private/Sass/Frontend/layout/_header.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources/Private/Sass/Frontend/layout/_header.scss b/Resources/Private/Sass/Frontend/layout/_header.scss index 86d1fa4..1aec57f 100644 --- a/Resources/Private/Sass/Frontend/layout/_header.scss +++ b/Resources/Private/Sass/Frontend/layout/_header.scss @@ -18,6 +18,9 @@ body > header { @media (max-width: 768px) { body > header { + a { + font-size: .75em; + } small { display: none; }