From 73c5e615f97fd3ef6b2f663a9e2d6bb96b52407f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Thu, 21 Dec 2023 11:01:07 +0100 Subject: [PATCH] fix bg --- main/templates/main/includes/organisms/header/photo_header.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/templates/main/includes/organisms/header/photo_header.html b/main/templates/main/includes/organisms/header/photo_header.html index 4b6ea92e..2ba0c3b3 100644 --- a/main/templates/main/includes/organisms/header/photo_header.html +++ b/main/templates/main/includes/organisms/header/photo_header.html @@ -9,6 +9,8 @@ {% if background_image %} bg-[#00000088] + {% else %} + bg-black {% endif %} xl:mb-20 xl:bg-center xl:py-52 -- GitLab