updated layout style

This commit is contained in:
victorAnumudu
2024-04-03 17:55:55 +01:00
parent 5e0d21b5dd
commit a7e97e1890
8 changed files with 111 additions and 56 deletions
+2 -1
View File
@@ -14,6 +14,7 @@ body {
@layer components {
.containerMode {
@apply container mx-auto px-5 xxs:max-w-full sm:max-w-[98%] lg:max-w-[1100px];
/* @apply container mx-auto px-5 xxs:max-w-full sm:max-w-[98%] lg:max-w-[1100px]; */
@apply container mx-auto px-5 max-w-[1500px]
}
}