From 118db8c7d0a89a6110e280b82be0b4ccab2ea312 Mon Sep 17 00:00:00 2001 From: Frederico Santos Date: Sun, 28 Jul 2024 20:35:51 +0100 Subject: [PATCH] chore: Update links layout and position in index.html --- index.css | 11 +++++++++++ index.html | 12 +++++++----- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/index.css b/index.css index 30e7c63d954..28c991c29b4 100644 --- a/index.css +++ b/index.css @@ -19,9 +19,20 @@ html { body { margin: 0; + display:flex; + flex-direction: column; + align-items: center; background: #484050; } +#links { + width: 90%; + text-align: center; + position: fixed; + bottom: 0; + display: flex; + justify-content: space-around; +} #app { display: flex; justify-content: center; diff --git a/index.html b/index.html index 0634385f38b..d567eba0866 100644 --- a/index.html +++ b/index.html @@ -117,10 +117,12 @@ - - Privacy Policy - Cookie Disclaimer - Terms & Conditions - Acceptable Use Policy + \ No newline at end of file