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 @@