Skip to content

Commit

Permalink
Merge pull request #693 from naher94/development
Browse files Browse the repository at this point in the history
Header Bug Fix
  • Loading branch information
naher94 authored Mar 9, 2024
2 parents 088280f + 93d72f9 commit 1e9b4a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions _sass/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
#rehan-logo-header{
height: 50px;
transition: $sprint;
@include breakpoint(small only) {
height: 40px;
}
&:hover{
transform: scale(1.1);
}
Expand Down

0 comments on commit 1e9b4a9

Please sign in to comment.