From 77a3410641a703b91a1b2bb341d743162faf1f12 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 9 Sep 2020 00:12:46 +0200 Subject: [PATCH] set min-width for all the things --- styles/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/index.css b/styles/index.css index 0b1ef44..4a054d1 100644 --- a/styles/index.css +++ b/styles/index.css @@ -10,6 +10,7 @@ .wrapper { @apply mx-3 flex flex-col min-h-screen; + min-width: 300px; } @screen sm {