diff options
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r-- | assets/css/screen.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index b2e6138..3f6ab55 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1619,12 +1619,18 @@ 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 { @@ -1634,7 +1640,7 @@ h3 + p.tagline { } .livres dd { - min-height: 160px; + min-height: 24rem; margin: auto; } |