Remove unused component layer for normal-width in Tailwind CSS to streamline styles and improve maintainability

This commit is contained in:
Luis Eduardo Jeréz Girón
2024-08-29 16:16:14 -06:00
parent 0e0705eca2
commit b0079040bd
-6
View File
@@ -4,12 +4,6 @@
@tailwind components;
@tailwind utilities;
@layer components {
.normal-width {
@apply container mx-auto px-4 max-w-[1920px];
}
}
/* General */
html {
overflow-x: hidden;