New: Neater filling of author images to aspect ratio

This commit is contained in:
ta264
2021-06-07 20:54:59 +01:00
parent 2ca55ae729
commit aa45bc3938
5 changed files with 67 additions and 34 deletions
@@ -17,6 +17,13 @@ $hoverScale: 1.05;
.posterContainer {
position: relative;
overflow: hidden;
}
.poster {
position: absolute;
top: 0;
left: 0;
}
.link {