Made the preferences page look less silly on big screens
Used 80ch width vaguely in accordance with WCAG21 success criterion 1.4.8
This commit is contained in:
parent
851abb56c4
commit
3f46094251
@ -58,7 +58,7 @@ main {
|
||||
flex-direction: column;
|
||||
overflow-y: auto;
|
||||
width: calc(100% - 4ch);
|
||||
max-width: 1500px;
|
||||
max-width: 80ch;
|
||||
padding: 0 2ch;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user