From 91e2aeb7c65bd2cd49982bd7161ecfedd707c0d6 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 22 Dec 2024 04:46:59 +0200 Subject: Style updates --- src/css/akn.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/css') diff --git a/src/css/akn.css b/src/css/akn.css index a3e2da1..1ffb099 100644 --- a/src/css/akn.css +++ b/src/css/akn.css @@ -510,10 +510,7 @@ details { margin: 0px; padding: 1vh 4vw; display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: space-between; - align-content: flex-start; + flex-direction: column; } #home-grid { @@ -555,6 +552,15 @@ details { flex-direction: row; } +#results-header { + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; + align-content: center; + flex-wrap: wrap; +} + /* Radio CSS */ * { padding: 0px; -- cgit v1.2.3