🐞 fix: Adjust gradient on mobile
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
@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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user