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 {
|
2023-12-09 19:44:55 +01:00
|
|
|
@apply my-3 font-bold text-center text-6xl mb-5 flex-1;
|
2023-12-09 16:49:05 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|