21 lines
569 B
CSS
21 lines
569 B
CSS
@media (max-width: 767px) {
|
|
.wp-block-spacer.home {
|
|
height: 1.5rem !important;
|
|
}
|
|
|
|
.wp-block-acf-section.has-background-gradient-1-gradient-background {
|
|
background: linear-gradient(
|
|
180deg,
|
|
rgba(242, 107, 83, 0) 0%,
|
|
rgba(242, 107, 83, 0) 55%,
|
|
rgba(242, 107, 83, 0.2) 80%,
|
|
rgba(242, 107, 83, 0) 80.01%
|
|
),
|
|
linear-gradient(
|
|
180deg,
|
|
transparent 0%,
|
|
white 100%
|
|
) !important;
|
|
}
|
|
}
|