From bdef194b68d35e066b825a657778a6facf2e90b4 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Sun, 6 Jul 2025 13:21:38 +0700 Subject: [PATCH] deleting when empty --- author/project/system/public/themes/default/css/footer.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/author/project/system/public/themes/default/css/footer.css b/author/project/system/public/themes/default/css/footer.css index 605243b..5e5e484 100644 --- a/author/project/system/public/themes/default/css/footer.css +++ b/author/project/system/public/themes/default/css/footer.css @@ -1,4 +1,7 @@ @charset "UTF-8"; footer { + &:not(:has(*)) { + display: none; + } } \ No newline at end of file