Implemented small breakpoint

This commit is contained in:
adilallo
2025-08-01 13:53:43 -06:00
parent eff5dc9f97
commit a394ceaef3
4 changed files with 14 additions and 12 deletions
+7
View File
@@ -6,6 +6,13 @@
@import "tailwindcss";
@theme inline {
/* Custom breakpoints */
--breakpoint-xsm: 429px;
--breakpoint-sm: 430px;
--breakpoint-md: 640px;
--breakpoint-lg: 1024px;
--breakpoint-xl: 1280px;
--breakpoint-2xl: 1536px;
/* Reset default Tailwind configuration */
--color-*: initial;