quivr/frontend/app/(home)/components/HomeHeader/HomeHeader.module.css
2023-10-17 10:57:27 +02:00

9 lines
136 B
CSS

.bg-slanted-upwards {
clip-path: polygon(
0 0,
100% 0,
100% max(70px, calc(100% - 100vw * tan(12deg))),
0 100%
);
}