STYLE update front-header CSS to adjust padding, add background image, and refine background properties for improved visual presentation
This commit is contained in:
parent
7de5ee734d
commit
5706b8ed6c
|
|
@ -1,5 +1,10 @@
|
||||||
.block-front-header {
|
.block-front-header {
|
||||||
@apply bg-primary py-32 text-white;
|
@apply pt-16 pb-32 text-white;
|
||||||
|
background-image: url('../resources/img/shapes/background-shape-C_green.svg');
|
||||||
|
|
||||||
|
@apply bg-no-repeat bg-center;
|
||||||
|
|
||||||
|
background-size: 100% 100%;
|
||||||
a,
|
a,
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user