Add minimum body width on large devices.

This commit is contained in:
Sage Vaillancourt 2022-10-02 16:53:28 -04:00
parent 0323ee803a
commit dc155e72ac
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ textarea {
@media only screen and (min-width: 721px) { @media only screen and (min-width: 721px) {
body { body {
min-height: 98%; min-height: 98%;
width: 40vw; width: calc(max(40vw, 600px));
} }
h1 { h1 {
font-size: 300%; font-size: 300%;