From dc155e72ac746facbfb11205a8824cb1a904ca8c Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Sun, 2 Oct 2022 16:53:28 -0400 Subject: [PATCH] Add minimum body width on large devices. --- app/static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/styles.css b/app/static/styles.css index edae062..ff4e3b5 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -350,7 +350,7 @@ textarea { @media only screen and (min-width: 721px) { body { min-height: 98%; - width: 40vw; + width: calc(max(40vw, 600px)); } h1 { font-size: 300%;