Commit 4b866996 authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): yellow trapezoid for mobile

1 merge request!623WIP: Homepage redesign
Pipeline #102285469 failed with stages
in 29 minutes and 30 seconds
......@@ -140,7 +140,7 @@ m-homepage {
@media screen and (max-width: $max-mobile) {
&::before {
transform: translate(153px, 212px);
clip-path: polygon(69% 0, 100% 0, 100% 28%, 0 90%);
clip-path: polygon(100% 0, 100% 0, 172% 28%, 0 90%);
}
&::after {
......
Please register or to comment