mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-24 11:52:45 +03:00
9 lines
136 B
CSS
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%
|
||
|
);
|
||
|
}
|