better width

This commit is contained in:
Rachel Lambda Samuelsson 2023-12-09 11:44:14 +01:00
parent b102da7874
commit 8831fb4f66

View File

@ -172,7 +172,8 @@ table {
.centercol { .centercol {
box-sizing: border-box; box-sizing: border-box;
width: 60vw; min-width: 60vw;
width: 60em;
min-height: 100vh; min-height: 100vh;
max-width: 94vw; max-width: 94vw;
padding: 4em; padding: 4em;