Files
aef-website/frontend/scss/app.scss
2025-08-02 17:49:32 +02:00

12 lines
148 B
SCSS

@tailwind base;
@tailwind components;
@tailwind utilities;
h1 {
@apply font-headline;
}
.container {
@apply ~p-6/10 max-w-screen-lg w-full;
}