bg
All checks were successful
Deploy Theme / deploy (push) Successful in 10s

This commit is contained in:
kscheidecker 2025-03-11 10:44:55 +01:00
parent f6bb289043
commit 88b589db34

View File

@ -7,6 +7,7 @@
justify-content: space-between;
flex-direction: column;
align-items: center;
background: linear-gradient(to bottom right, #F9B208, #E72E77);
}
.hero-first {
@ -20,7 +21,7 @@
gap: 4rem; /* Space between items */
margin: auto;
/* margin-bottom: 4vh; */
background: linear-gradient(to bottom right, #F9B208, #E72E77);
/* background: linear-gradient(to bottom right, #F9B208, #E72E77); */
padding-right: 3vw; /* 40 px approx*/
padding-left: 3vw;
}
@ -100,7 +101,7 @@
gap: 2rem; /* Space between items */
margin-bottom: 4rem;
padding-top: 4vh;
background: linear-gradient(to bottom left, #E72E77, #F9B208);
/* background: linear-gradient(to bottom left, #E72E77, #F9B208); */
}