From 819c563be7526c619ae7fa59314d0e658abe9f0d Mon Sep 17 00:00:00 2001 From: Alexander Bigga Date: Mon, 2 Dec 2024 14:02:01 +0100 Subject: [PATCH] Fix background width in personal header with default sunflower (#780) --- sass/_header.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sass/_header.scss b/sass/_header.scss index 4ef6488..5e2a095 100755 --- a/sass/_header.scss +++ b/sass/_header.scss @@ -187,6 +187,8 @@ body { &.sunflower-logo { + width: 95px; + img { width: 55px; background: transparent;