From a1282c43b4152beecc70692463f80c1c1f93f533 Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Fri, 16 Jul 2021 21:34:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9C=80=E5=B0=8F=E9=80=82=E9=85=8D?= =?UTF-8?q?=E5=B1=8F=E5=B9=95=E5=AE=BD=E5=BA=A6=E8=AE=BE=E4=B8=BA=20370px?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/_app.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/_app.module.css b/pages/_app.module.css index e1bebd9..9347f4b 100644 --- a/pages/_app.module.css +++ b/pages/_app.module.css @@ -1,5 +1,6 @@ .page { @apply flex; + min-width: 370px; } .sidebar { @apply w-full md:w-64 sm:w-32 flex-none;