Files
CWC/views/blocks/section/section.css
T
Keith Solomon b53f7bb4ca
Deploy to Dreamhost (dev) / build (push) Successful in 33s
Sync TODOs with Issues / sync_todos (push) Successful in 7s
🐞 fix: Adjust gradient on mobile
2026-06-30 20:42:13 -05:00

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;
}
}