Merge pull request #167 from SirSoySauce/bugfix/blog-logo-responsiveness-fix

Fix blog-logo CSS selector in responsiveness.scss
This commit is contained in:
zjedi 2024-01-13 20:37:15 +01:00 committed by GitHub
commit 24f402e9f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@
padding-top: 20px;
}
#blog-logo img{
#blog-logo {
max-height: 80px;
}