furina.id/src/global.css

8 lines
108 B
CSS
Raw Normal View History

2024-01-05 23:28:25 +07:00
@tailwind base;
@tailwind components;
@tailwind utilities;
.container {
@apply mx-auto max-w-5xl px-4;
}