portfolio_leptos/style/title.css
2023-12-09 19:44:55 +01:00

9 lines
210 B
CSS

@layer components {
header {
@apply flex flex-col md:flex-row items-center justify-between p-5;
& h1 {
@apply my-3 font-bold text-center text-6xl mb-5 flex-1;
}
}
}