From b455b3cf4a8a568368af5e90d9f467d406ed0c22 Mon Sep 17 00:00:00 2001 From: hellekin Date: Wed, 23 Oct 2024 17:28:00 +0200 Subject: [CSS] Let'em box --- assets/scss/_txt.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'assets/scss') diff --git a/assets/scss/_txt.scss b/assets/scss/_txt.scss index 9e97ac5..6200dac 100644 --- a/assets/scss/_txt.scss +++ b/assets/scss/_txt.scss @@ -50,15 +50,13 @@ h3 + p.tagline { .livres dl { display: flex; - flex-flow: columns wrap; + flex-flow: column wrap; justify-content: space-evenly; align-items: baseline; } .livres dt { - + padding: 0.25rem 0.5rem; } .livres dd { - display: flex; - flex: 1; - + min-height: 160px; } -- cgit v1.2.3