diff --git a/src/App.css b/src/App.css index 33bfd35..bf2028e 100644 --- a/src/App.css +++ b/src/App.css @@ -49,7 +49,7 @@ h3 { display: flex; flex-wrap: nowrap; justify-content: space-evenly; - min-width: min(80vw, 800px); + min-width: 737px; } .dragbox { @@ -123,6 +123,9 @@ button { } @media only screen and (max-width: 768px) { + .container { + min-width: 96vw; + } .submit_text { display: none; }