From f66f76e718c97a1b527d29693e07a1e1ef6f49f5 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Wed, 6 Mar 2024 18:19:25 +0000 Subject: [PATCH] Update 2 files - /html/index.php - /html/src/css/style.css --- html/index.php | 6 +++--- html/src/css/style.css | 6 +----- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/html/index.php b/html/index.php index ea29a5e6..b250814d 100644 --- a/html/index.php +++ b/html/index.php @@ -23,12 +23,12 @@ require "../include/functions.php";
- +
diff --git a/html/src/css/style.css b/html/src/css/style.css index fdca7f2d..f75dbc37 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -17,7 +17,7 @@ main { min-height: 100em; } -header, footer { +header, footer, nav { width: 100%; margin: 0; background: var(--dark-background); @@ -25,10 +25,6 @@ header, footer { justify-content: space-between; } -nav { - display: flex; -} - .navitem { padding: 0.5em; }