From c0ef40c600c74974835a4dceb584a96a4dbdc276 Mon Sep 17 00:00:00 2001 From: hellekin Date: Wed, 23 Oct 2024 20:13:32 +0200 Subject: [CSS] Invert order of collections and books --- assets/css/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/css/screen.css') diff --git a/assets/css/screen.css b/assets/css/screen.css index 60a2f7c..cc0b7dc 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1636,7 +1636,7 @@ h3 + p.tagline { .livres dl { display: flex; - flex-flow: column wrap; + flex-flow: column wrap-reverse; justify-content: space-evenly; align-items: baseline; max-height: 30rem; /* Ensure books are aligned horizontally */ -- cgit v1.2.3