diff options
author | hellekin <how@cepheide.org> | 2024-10-23 20:13:32 +0200 |
---|---|---|
committer | hellekin <how@cepheide.org> | 2024-10-23 20:13:32 +0200 |
commit | c0ef40c600c74974835a4dceb584a96a4dbdc276 (patch) | |
tree | bab71e9114dcef3af879a0bd417571d4a4d3f47b /assets/css/screen.css | |
parent | 46680d7f116931b18d34ca5177bac9a3699f1997 (diff) | |
download | lesoiseaux.io-c0ef40c600c74974835a4dceb584a96a4dbdc276.tar.gz |
[CSS] Invert order of collections and books
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r-- | assets/css/screen.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |