improved readability on narrow screens
This commit is contained in:
parent
9dbfc4fb1d
commit
1d3aeec392
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user