improved readability on narrow screens

This commit is contained in:
eclipse 2025-10-20 17:56:00 +02:00
parent 9dbfc4fb1d
commit 1d3aeec392

View File

@ -503,8 +503,8 @@ article:not(:has(> form:first-child)) > header.card-header {
}
/* settings for articles */
#content-body, #content-body {
overflow: hidden;
#content-body {
overflow: scroll;
display: flex;
justify-content: space-between;
flex-flow: row wrap-reverse;