From 82987770750833528c3bd86d197daabd77eae751 Mon Sep 17 00:00:00 2001 From: Christoph Schindlbeck Date: Sat, 12 Jun 2021 00:02:22 +0200 Subject: [PATCH] Hintergrundbild Header: Logo auch bei schmalen Displays sichtbar --- themes/infinity-hugo/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/infinity-hugo/static/css/style.css b/themes/infinity-hugo/static/css/style.css index bcec5e2..46a0ef0 100644 --- a/themes/infinity-hugo/static/css/style.css +++ b/themes/infinity-hugo/static/css/style.css @@ -300,6 +300,7 @@ a:active { .hero-area { background-size: cover; background-attachment: fixed; + background-position-x: 60%; height: 100vh; display: flex; justify-content: center;