mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-24 13:18:12 -05:00
Remove unused component layer for normal-width in Tailwind CSS to streamline styles and improve maintainability
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user