diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/screen.css | 2 | ||||
-rw-r--r-- | assets/scss/_txt.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index 60a2f7c..cc0b7dc 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1636,7 +1636,7 @@ h3 + p.tagline { .livres dl { display: flex; - flex-flow: column wrap; + flex-flow: column wrap-reverse; justify-content: space-evenly; align-items: baseline; max-height: 30rem; /* Ensure books are aligned horizontally */ diff --git a/assets/scss/_txt.scss b/assets/scss/_txt.scss index de3f860..5b5393a 100644 --- a/assets/scss/_txt.scss +++ b/assets/scss/_txt.scss @@ -55,7 +55,7 @@ h3 + p.tagline { } .livres dl { display: flex; - flex-flow: column wrap; + flex-flow: column wrap-reverse; justify-content: space-evenly; align-items: baseline; max-height: 30rem; /* Ensure books are aligned horizontally */ |