From 27ee3d7a1d1358309d5a99e51be392d59ff63108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matth=C3=ADas=20P=C3=A1ll=20Gissurarson?= Date: Sun, 5 May 2024 11:16:59 +0200 Subject: [PATCH] Remove alternative-logo padding It causes layout issues on iOS safari. --- site/css/hl.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site/css/hl.css b/site/css/hl.css index 3246b47..bc6c367 100644 --- a/site/css/hl.css +++ b/site/css/hl.css @@ -295,8 +295,7 @@ img { height: auto; } .alternative-logo { - filter: drop-shadow(0px 0px 1px black); - padding-right: 40px; } + filter: drop-shadow(0px 0px 1px black); } .alternative-logo-visible { display: none; }