From 6713865b20ef8c7d50a8d355143f863f7df42297 Mon Sep 17 00:00:00 2001 From: jtpark Date: Wed, 23 Aug 2023 12:20:57 +0900 Subject: [PATCH] faet: Apply the min-width to UI --- packages/web/src/styles/globalStyle.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/web/src/styles/globalStyle.ts b/packages/web/src/styles/globalStyle.ts index adc290ea0..8997da387 100644 --- a/packages/web/src/styles/globalStyle.ts +++ b/packages/web/src/styles/globalStyle.ts @@ -11,6 +11,7 @@ const globalStyle = (theme: Theme) => css` padding: 0; margin: 0; width: 100%; + min-width: 360px; height: 100%; font-family: Inter, sans-serif; }