From f54d546aead70b2fc9326cc0ff1fe32aca0a5983 Mon Sep 17 00:00:00 2001 From: creme332 <65414576+creme332@users.noreply.github.com> Date: Sat, 1 Jun 2024 21:46:39 +0400 Subject: [PATCH] redesign footer --- public/styles/global.css | 17 +++++++++++++++-- src/views/Template.php | 14 ++++++++++---- 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/public/styles/global.css b/public/styles/global.css index c8fa773e..90f311ac 100644 --- a/public/styles/global.css +++ b/public/styles/global.css @@ -21,9 +21,22 @@ body > nav [data-tooltip]:not(a,button,input) { } #page-footer { - padding: 1rem 0; + font-size: 15px; display: flex; - justify-content: center; + justify-content: space-between; + padding: 40px 0; +} + +#page-footer > ul { + display: flex; + margin: 0; + padding: 0; + gap: 1em; +} + +#page-footer > ul > li { + font-size: 15px; + list-style-type: none; } .warning { diff --git a/src/views/Template.php b/src/views/Template.php index 4f811afb..5b575354 100644 --- a/src/views/Template.php +++ b/src/views/Template.php @@ -94,10 +94,16 @@ -