From dbbd972ad5f85ad312ed2e93f534bc783ec184ee Mon Sep 17 00:00:00 2001 From: Ainsley Ellis Date: Wed, 2 Oct 2024 17:19:13 -0400 Subject: [PATCH] Remove unused CSS rule for footer paragraphs --- www/css/core.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/www/css/core.css b/www/css/core.css index 2153a28a..27370ce4 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -1351,11 +1351,6 @@ footer > a{ font-size: 0; } -footer > p{ - display: inlie-flex; - align-items: center; -} - footer > p:first-child{ font-size: .9rem; }