From a7f80118adcff92082926dda6ec5f5d72722cf45 Mon Sep 17 00:00:00 2001 From: Stefan Keim Date: Fri, 17 May 2019 16:24:58 +0200 Subject: [PATCH] Update style.css --- style.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index ceb20c57..b792798b 100644 --- a/style.css +++ b/style.css @@ -87,7 +87,8 @@ a { padding: 0; } .hf td.hr { border-top: 2px solid rgba(44, 37, 27, 0.3); } - .hf .logo { + .hf .logo, + .hf .donate { width: 100%; font-size: 5em; } .hf span { @@ -130,16 +131,21 @@ a { float: right; } .hf .at span a { font-weight: 400; } + .hf .donate .full { + display:none; } @media (min-aspect-ratio: 1920 / 1280) { body { - margin: 7vh 8% 3vh 51%; } } + margin: 7vh 8% 3vh 51%; } + .hf .donate .full { + display:inline; } + .hf .donate .mobile { + display:none; } } @media (min-aspect-ratio: 1920 / 1280) and (max-width: 680px) { .hf .logo { - font-size: 3.5em;} -} + font-size: 3.5em; } } @media (max-aspect-ratio: 1920 / 1280) { body {