diff options
author | hellekin <how@cepheide.org> | 2024-10-23 17:30:57 +0200 |
---|---|---|
committer | hellekin <how@cepheide.org> | 2024-10-23 17:30:57 +0200 |
commit | edf8d4a45852b86306af9ce263f91bfdb6723ac5 (patch) | |
tree | 1662e9bea5da4ec15e82ab844c0af4f66def9342 /assets/css/screen.css | |
parent | b455b3cf4a8a568368af5e90d9f467d406ed0c22 (diff) | |
download | lesoiseaux.io-edf8d4a45852b86306af9ce263f91bfdb6723ac5.tar.gz |
[CSS] Let'em align horizontally
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r-- | assets/css/screen.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index b15e4f4..e2b64c2 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1624,10 +1624,12 @@ h3 + p.tagline { flex-flow: column wrap; justify-content: space-evenly; align-items: baseline; + max-height: 20rem; /* Ensure books are aligned horizontally */ } .livres dt { padding: 0.25rem 0.5rem; + text-align: center; } .livres dd { |