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:
MarshDeer 2024-08-30 16:24:01 -04:00
parent 851abb56c4
commit 3f46094251

View File

@ -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;
}