handling the block style
This commit is contained in:
parent
621eb0a22d
commit
f5c9cb275a
|
|
@ -7,6 +7,7 @@
|
||||||
text-xl
|
text-xl
|
||||||
uppercase
|
uppercase
|
||||||
pb-2
|
pb-2
|
||||||
|
!mb-0
|
||||||
tracking-widest;
|
tracking-widest;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -33,3 +34,18 @@
|
||||||
.content-intertitle {
|
.content-intertitle {
|
||||||
@apply text-secondary text-lg font-semibold pb-1;
|
@apply text-secondary text-lg font-semibold pb-1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.homegrade-title {
|
||||||
|
@apply font-bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.homegrade-title--secondary-small {
|
||||||
|
@apply text-secondary uppercase !mb-2;
|
||||||
|
}
|
||||||
|
.homegrade-title--black-large {
|
||||||
|
@apply text-neutral-900 text-4xl;
|
||||||
|
}
|
||||||
|
|
||||||
|
.homegrade-title--secondary-small + .homegrade-title--black-large {
|
||||||
|
@apply !mt-0;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user