From 0a71f6ec39a7e20a272883a61cf8a872de1a0c2d Mon Sep 17 00:00:00 2001 From: bruno Date: Tue, 6 Feb 2024 17:13:00 +0100 Subject: [PATCH] make body flex --- assets/style.css | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/assets/style.css b/assets/style.css index 28959bf..714128f 100644 --- a/assets/style.css +++ b/assets/style.css @@ -31,14 +31,6 @@ nav { display: flex; flex-direction: row; justify-content: space-between; - padding: 1.2rem 1rem; - background-color: rgba(0, 0, 0, 0.2); - -webkit-box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2); - -moz-box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2); - box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2); - height: 75px !important; - position: relative; - z-index: 500; } ul { @@ -263,6 +255,17 @@ table.list-table > tbody, table.list-table > tbody > th, table.list-table > tbod flex-grow: 1; } +#navbar{ + padding: 1.2rem 1rem; + background-color: rgba(0, 0, 0, 0.2); + -webkit-box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2); + -moz-box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2); + box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2); + height: 75px !important; + position: relative; + z-index: 500; +} + #navbar, #pagearea, #footer{ width: 100%; } \ No newline at end of file