1
0
mirror of https://github.com/ipdb/website.git synced 2024-11-22 01:26:52 +01:00

fix top section edge

This commit is contained in:
Matthias Kretschmann 2017-08-25 01:34:25 +02:00
parent f4b7a799b0
commit c810eba533
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -82,6 +82,10 @@ $edge-height: $spacer * 4;
&:before {
top: -($edge-height-sm);
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
@media ($screen-sm) {
top: -($edge-height);
}
}
&:after {