STYLe handling the new structure with inner div
This commit is contained in:
parent
e89a30c492
commit
8a0ba128f9
|
|
@ -1,6 +1,10 @@
|
||||||
.page-header {
|
.page-header {
|
||||||
@apply bg-primary text-white py-16 grid grid-cols-1 lg:grid-cols-2 items-center;
|
@apply bg-primary text-white py-16 items-center;
|
||||||
grid-template-columns: 61.8fr 38.2fr;
|
|
||||||
|
&__inner {
|
||||||
|
@apply grid grid-cols-1 lg:grid-cols-2;
|
||||||
|
grid-template-columns: 61.8fr 38.2fr;
|
||||||
|
}
|
||||||
|
|
||||||
&__title {
|
&__title {
|
||||||
@apply text-white;
|
@apply text-white;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user