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