From 29ae96e720386978cede8e69cc4b100a44c0505f Mon Sep 17 00:00:00 2001 From: "J. M. F. Tsang" Date: Sun, 8 Jan 2023 19:07:56 +0000 Subject: [PATCH] Try to fix bottom navbar positioning [#7] --- static/styles.css | 5 +++- templates/footer.html | 61 ++++++++++++++++++++----------------------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/static/styles.css b/static/styles.css index bf70995..22ca9ee 100644 --- a/static/styles.css +++ b/static/styles.css @@ -20,10 +20,13 @@ h2 { } #footer { - height: 3em; background-color: hsla(38, 33%, 20%, 0.5); } +#bottomBar,div.nav-item { + text-align: center; +} + ul#flashes { } diff --git a/templates/footer.html b/templates/footer.html index 4bc4a3a..8764855 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,37 +1,34 @@