portfolio_leptos/style/title.css

9 lines
195 B
CSS

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