From 1740840023854afdaa3d12e35b1d03c1e4d755bb Mon Sep 17 00:00:00 2001 From: Rehan Butt Date: Fri, 8 Mar 2024 18:28:54 -0800 Subject: [PATCH 1/2] Header Logo Bug Fix #608 --- _sass/header.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_sass/header.scss b/_sass/header.scss index e738d0da..6abacff1 100644 --- a/_sass/header.scss +++ b/_sass/header.scss @@ -12,6 +12,9 @@ #rehan-logo-header{ height: 50px; transition: $sprint; + @include breakpoint(small only) { + height: 40px; + } &:hover{ transform: scale(1.1); } From 93d72f906781decb3af5a5cea30b48604f8dffcb Mon Sep 17 00:00:00 2001 From: Rehan Butt Date: Fri, 8 Mar 2024 18:53:24 -0800 Subject: [PATCH 2/2] Version Increment --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 994daaf0..e1da0260 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,7 @@ description: > # this means to ignore newlines until "baseurl:" baseurl: "" # the subpath of your site, e.g. /blog url: "https://rehanbutt.com" # the base hostname & protocol for your site -version: 7.20.0 +version: 7.20.1 version-naming: [Apricot, Blackcurrent, Coconut, Dragonfruit, Elderberry, Fig, Guava] # Build settings