From 37aff901a608a193ee7f3c9aaf316a8137e7dd00 Mon Sep 17 00:00:00 2001 From: hellekin Date: Wed, 23 Oct 2024 18:08:18 +0200 Subject: [CSS] Adjust blocks --- assets/scss/_txt.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'assets/scss') diff --git a/assets/scss/_txt.scss b/assets/scss/_txt.scss index eed8a27..de3f860 100644 --- a/assets/scss/_txt.scss +++ b/assets/scss/_txt.scss @@ -48,12 +48,17 @@ h3 + p.tagline { margin-top: -2rem; } +.livres { + display: block; + max-width: 100%; + position: relative; +} .livres dl { display: flex; flex-flow: column wrap; justify-content: space-evenly; align-items: baseline; - max-height: 20rem; /* Ensure books are aligned horizontally */ + max-height: 30rem; /* Ensure books are aligned horizontally */ } .livres dt { padding: 0.25rem 0.5rem; @@ -61,6 +66,6 @@ h3 + p.tagline { margin: auto; } .livres dd { - min-height: 160px; + min-height: 24rem; margin: auto; } -- cgit v1.2.3