aboutsummaryrefslogtreecommitdiff
path: root/src/css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css')
-rw-r--r--src/css/akn.css14
1 files changed, 10 insertions, 4 deletions
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;