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