aboutsummaryrefslogtreecommitdiff
path: root/assets/scss
diff options
context:
space:
mode:
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;
}