STYLE Introducing styles
This commit is contained in:
parent
b5c9448dbc
commit
de4cdcd77d
24
resources/css/blocks/front-header.css
Normal file
24
resources/css/blocks/front-header.css
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
.block-front-header {
|
||||
@apply bg-primary py-32 text-white;
|
||||
a,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
@apply text-white pb-3 max-w-screen-md mx-auto mb-6 uppercase;
|
||||
line-height: 1.2;
|
||||
}
|
||||
p {
|
||||
@apply max-w-2xl mx-auto mb-6;
|
||||
}
|
||||
.wp-block-carhop-blocks-cta {
|
||||
text-transform: none;
|
||||
@apply font-bold;
|
||||
}
|
||||
}
|
||||
|
||||
.front-header__innerblocks {
|
||||
/* @apply bg-red-100; */
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user