reuse hero in contact page

This commit is contained in:
gws 2024-11-14 10:03:58 +01:00
parent 8307d7a51b
commit 9921c8ae08

View file

@ -51,7 +51,8 @@ body {
}
.first-container {
background: linear-gradient(45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://colorlib.com/etc/cf/ContactFrom_v17/images/bg-01.jpg") center center / cover no-repeat;
/* background: linear-gradient(45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://colorlib.com/etc/cf/ContactFrom_v17/images/bg-01.jpg") center center / cover no-repeat; */
background: linear-gradient(45deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url("/build-blocks.svg") center center / cover no-repeat;
display: flex;
justify-content: center;
align-items: center;