FEATURE Introducing the asset styles
This commit is contained in:
parent
e4325a35d6
commit
4f39d9c1df
22
resources/css/blocks/heading.css
Normal file
22
resources/css/blocks/heading.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
.carhop-heading {
|
||||
&__innerblocks {
|
||||
@apply max-w-screen-2xl mx-auto px-4 flex flex-col items-center justify-center gap-8;
|
||||
}
|
||||
|
||||
p {
|
||||
@apply !mb-0 pb-0 uppercase;
|
||||
line-height: 1.2 !important;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.15em;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
@apply font-light uppercase tracking-wider max-w-4xl mx-auto !text-5xl;
|
||||
line-height: 1.2 !important;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user