From 98c07cb17039dbfa19986625337c172b020f464b Mon Sep 17 00:00:00 2001 From: Guuq <50501321+Guuq@users.noreply.github.com> Date: Thu, 28 Nov 2019 17:40:44 +0100 Subject: [PATCH] Improved navbar --- css.css | 3 +- index.html | 5 +-- resources/css/navbar.css | 46 +++++++++++++++---------- resources/js/insertNavbar.js | 67 +++++++++++++++++++----------------- resources/js/navbar.json.js | 13 +++---- 5 files changed, 69 insertions(+), 65 deletions(-) diff --git a/css.css b/css.css index 747a49f..9dd30ee 100644 --- a/css.css +++ b/css.css @@ -76,12 +76,13 @@ footer { background-color: black; width: 100%; position: relative; - display: flex!important; + float: left; font-family: 'Open Sans', sans-serif; } footer div { margin: 5rem 0 3rem 8rem; display: inline-block; + vertical-align: top; } footer h4 { color: gray; diff --git a/index.html b/index.html index 1db0f94..dba45b4 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,3 @@ -<<<<<<< HEAD @@ -113,6 +112,7 @@