Skip to content

Commit

Permalink
Merge pull request #167 from SirSoySauce/bugfix/blog-logo-responsiven…
Browse files Browse the repository at this point in the history
…ess-fix

Fix blog-logo CSS selector in responsiveness.scss
  • Loading branch information
zjedi authored Jan 13, 2024
2 parents f1d65ee + 0ea4c8c commit 24f402e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/responsiveness.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
padding-top: 20px;
}

#blog-logo img{
#blog-logo {
max-height: 80px;
}

Expand Down

0 comments on commit 24f402e

Please sign in to comment.