Fix header images in posts are jumping to another position if user start scrolling a freshly loaded post

This commit is contained in:
MG-5 2023-10-22 02:08:17 +02:00
parent 6c218a30d9
commit d480477160

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 %}