From 6d28c197776158c75a24b4aab43542e60fb4a239 Mon Sep 17 00:00:00 2001
From: Parsifa1
Date: Tue, 15 Oct 2024 18:05:39 +0000
Subject: [PATCH] fix: tailwind dyn screens design
---
tailwind.config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tailwind.config.js b/tailwind.config.js
index 01a4127..d2695a3 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -15,7 +15,7 @@ export const theme = {
// Remove the following screen breakpoint or add other breakpoints
// if one breakpoint is not enough for you
screens: {
- sm: "640px",
+ sm: "850px",
},
extend: {