sites/src/app.css
2024-05-29 22:29:18 +02:00

11 lines
148 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.section-wrapper {
@apply max-w-4xl mx-auto
}
html {
scroll-behavior: smooth;
}