FEATURE Refining align center behaviour
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c37fa43f68
commit
108ffcf167
|
|
@ -1,10 +1,14 @@
|
||||||
.carhop-heading {
|
.carhop-heading {
|
||||||
&__innerblocks {
|
&__innerblocks {
|
||||||
@apply max-w-screen-2xl mx-auto px-4 flex flex-col items-center justify-center gap-8;
|
@apply max-w-screen-2xl mx-auto px-4 flex flex-col justify-center gap-8;
|
||||||
|
}
|
||||||
|
|
||||||
|
&--align-center {
|
||||||
|
@apply items-center;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
@apply !mb-0 pb-0 uppercase;
|
@apply !mb-0 pb-0 uppercase text-primary;
|
||||||
line-height: 1.2 !important;
|
line-height: 1.2 !important;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0.15em;
|
letter-spacing: 0.15em;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user