diff --git a/public/styles/global.css b/public/styles/global.css index c8fa773..90f311a 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 4f811af..5b57535 100644 --- a/src/views/Template.php +++ b/src/views/Template.php @@ -94,10 +94,16 @@ -