Merge pull request #35 from netz39/fix-header-image-in-posts

Fix header images in posts are jumping to another position
This commit is contained in:
Max 2023-10-24 10:55:49 +02:00 committed by GitHub
commit 5e7ae2d35c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,6 @@ layout: default
header#main { header#main {
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center;
} }
{% if page.color %} {% if page.color %}