sites/src/app.css

11 lines
148 B
CSS
Raw Normal View History

2024-05-29 20:29:18 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
.section-wrapper {
@apply max-w-4xl mx-auto
}
html {
scroll-behavior: smooth;
}