From d480477160199de2ba9eefd6190456ba8545f574 Mon Sep 17 00:00:00 2001
From: MG-5 <mg-95@t-online.de>
Date: Sun, 22 Oct 2023 02:08:17 +0200
Subject: [PATCH] Fix header images in posts are jumping to another position if
 user start scrolling a freshly loaded post

---
 _layouts/post.liquid | 1 -
 1 file changed, 1 deletion(-)

diff --git a/_layouts/post.liquid b/_layouts/post.liquid
index c10e437..8840aaa 100644
--- a/_layouts/post.liquid
+++ b/_layouts/post.liquid
@@ -52,7 +52,6 @@ layout: default
   header#main {
       background-size: cover;
       background-repeat: no-repeat;
-      background-position: center;
   }
 
   {% if page.color %}