From edf8d4a45852b86306af9ce263f91bfdb6723ac5 Mon Sep 17 00:00:00 2001 From: hellekin Date: Wed, 23 Oct 2024 17:30:57 +0200 Subject: [CSS] Let'em align horizontally --- assets/scss/_txt.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'assets/scss') diff --git a/assets/scss/_txt.scss b/assets/scss/_txt.scss index 6200dac..7e8b853 100644 --- a/assets/scss/_txt.scss +++ b/assets/scss/_txt.scss @@ -53,9 +53,11 @@ 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 { min-height: 160px; -- cgit v1.2.3