10 lines
194 B
CSS
10 lines
194 B
CSS
|
@layer components {
|
||
|
header {
|
||
|
@apply flex flex-row items-center justify-between flex-wrap mx-5;
|
||
|
|
||
|
& h1 {
|
||
|
@apply text-center text-6xl mb-5 flex-1;
|
||
|
}
|
||
|
}
|
||
|
}
|