From 054a829ae0dfb3d4b9b5a1142768c1d49c236913 Mon Sep 17 00:00:00 2001 From: bruno Date: Tue, 6 Feb 2024 17:11:04 +0100 Subject: [PATCH] make body flex --- assets/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/style.css b/assets/style.css index 949feda..b1edd86 100644 --- a/assets/style.css +++ b/assets/style.css @@ -22,6 +22,9 @@ body { padding: 0; min-height: 100vh; min-width: 100vw; + display: flex; + flex-direction: column; + align-items: center; } nav { @@ -254,4 +257,8 @@ table.list-table > tbody, table.list-table > tbody > th, table.list-table > tbod background: none; border: 2px solid var(--primary); width: 175px; +} + +#pagearea{ + flex-grow: 1; } \ No newline at end of file