Add minimum body width on large devices.
This commit is contained in:
parent
0323ee803a
commit
dc155e72ac
|
@ -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%;
|
||||||
|
|
Loading…
Reference in New Issue