From 4e06216032a7f99c03c7184ec9681817c693f540 Mon Sep 17 00:00:00 2001 From: cybrejon Date: Sat, 9 Dec 2023 21:14:37 +0800 Subject: [PATCH] chores: remove missed duplicate footer selector --- public/static/themes/simple.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/static/themes/simple.css b/public/static/themes/simple.css index 03c27c7..9aa1ef7 100644 --- a/public/static/themes/simple.css +++ b/public/static/themes/simple.css @@ -254,6 +254,8 @@ footer { align-items: center; padding: 1.7rem 1.7rem 4rem; gap: 1.8rem; + flex-direction: column; + justify-content: center; } header h1 a { @@ -302,11 +304,6 @@ footer div { gap: 1rem; } -footer { - flex-direction: column; - justify-content: center; -} - /* Styles for the search page */ .results {