portfolio_leptos/style/title.css

10 lines
195 B
CSS
Raw Normal View History

2023-12-09 16:49:05 +01:00
@layer components {
header {
2023-12-09 19:08:27 +01:00
@apply flex flex-col md:flex-row items-center justify-between p-5;
2023-12-09 16:49:05 +01:00
& h1 {
@apply text-center text-6xl mb-5 flex-1;
}
}
}