aboutsummaryrefslogtreecommitdiff
path: root/assets/scss
diff options
context:
space:
mode:
authorhellekin <how@cepheide.org>2024-10-23 18:08:18 +0200
committerhellekin <how@cepheide.org>2024-10-23 18:08:18 +0200
commit37aff901a608a193ee7f3c9aaf316a8137e7dd00 (patch)
tree087b34e11cde2c025550499b77dc8a1d08641655 /assets/scss
parent31bee952120ed30be4d504e44e6c0f89203c6f17 (diff)
downloadlesoiseaux.io-37aff901a608a193ee7f3c9aaf316a8137e7dd00.tar.gz
[CSS] Adjust blocks
Diffstat (limited to 'assets/scss')
-rw-r--r--assets/scss/_txt.scss9
1 files changed, 7 insertions, 2 deletions
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;
}