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:
parent
f4b7a799b0
commit
c810eba533
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user