set min-width for all the things

This commit is contained in:
Thomas Ruoff
2020-09-09 00:12:46 +02:00
committed by Thomas Ruoff
parent eb82b9b292
commit 77a3410641

View File

@@ -10,6 +10,7 @@
.wrapper { .wrapper {
@apply mx-3 flex flex-col min-h-screen; @apply mx-3 flex flex-col min-h-screen;
min-width: 300px;
} }
@screen sm { @screen sm {