lebusiness-client/style/tailwind.css

7 lines
116 B
CSS
Raw Normal View History

2025-01-11 22:45:44 +01:00
@tailwind base;
@tailwind components;
@tailwind utilities;
.page-center {
@apply max-w-4xl mx-auto px-4 h-full;
}