Fix image position for curators
This commit is contained in:
parent
59fa0150b8
commit
1e712a365d
|
@ -48,18 +48,21 @@
|
|||
bottom: 0;
|
||||
left: @global-medium-gutter;
|
||||
transform: rotate(-10deg);
|
||||
object-position: top;
|
||||
}
|
||||
|
||||
&.three {
|
||||
top: 0;
|
||||
right: @global-medium-gutter;
|
||||
transform: rotate(-10deg);
|
||||
object-position: -60px;
|
||||
}
|
||||
|
||||
&.four {
|
||||
bottom: 0;
|
||||
right: @global-medium-gutter + (@home-curator-image-size/2);
|
||||
transform: rotate(-10deg);
|
||||
object-position: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue