From 9ee999ecd87151c64614894431582a095412356e Mon Sep 17 00:00:00 2001 From: Stefan Keim Date: Mon, 21 May 2018 09:27:26 +0200 Subject: [PATCH] Update style.css --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index a07ba9b9..bd5c6ec8 100644 --- a/style.css +++ b/style.css @@ -44,6 +44,11 @@ body { body { margin: 7vh 8% 3vh 51%; } } +@media (min-aspect-ratio: 1920 / 1280) and (max-width: 680px) { +.hf .logo { + font-size: 3.5em; } +} + @media (max-aspect-ratio: 1920 / 1280) { body { max-width: 46vh;