Add responsive container padding

cgen-20fd3477a3a744d8955ae26d3bc02f1c
This commit is contained in:
Builder.io 2025-10-04 00:57:28 +00:00
parent e175646387
commit 959315e40c

View file

@ -83,6 +83,10 @@
html {
scroll-behavior: smooth;
}
.container {
@apply px-4 sm:px-6 lg:px-8;
}
}
@layer utilities {