From 25036385a266e886335b9e4a83f3985dcf6d4570 Mon Sep 17 00:00:00 2001 From: Alexander Bigga Date: Mon, 2 Dec 2024 11:12:34 +0100 Subject: [PATCH] Fix background width in personal header with default sunflower --- 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;