From c2055317a550e25caa09340c23c3ce3c87536419 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Tue, 17 May 2022 13:10:24 +0200 Subject: [PATCH 1/1] css selector fix --- themes/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default.css b/themes/default.css index c8db718..90819a7 100644 --- a/themes/default.css +++ b/themes/default.css @@ -20,8 +20,8 @@ footer { bottom: 0; } -header :last-child, -main :last-child { +header > :last-child, +main > :last-child { margin-bottom: 0; } -- 2.39.2