FEATURE introducing component styling
This commit is contained in:
parent
e70d4f393c
commit
616b8c7690
11
resources/css/components/page-header.css
Normal file
11
resources/css/components/page-header.css
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
.page-header {
|
||||||
|
@apply bg-primary text-white py-16 grid grid-cols-1 lg:grid-cols-2 items-center;
|
||||||
|
grid-template-columns: 61.8fr 38.2fr;
|
||||||
|
|
||||||
|
&__title {
|
||||||
|
@apply text-white;
|
||||||
|
}
|
||||||
|
&__subtitle {
|
||||||
|
@apply text-white text-6xl;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user