Fix small photos pixel rendering over background
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
}
|
||||
img {
|
||||
display: block;
|
||||
width: calc(100% + 1px);
|
||||
height: calc(100% + 1px);
|
||||
width: calc(100% + 2px);
|
||||
height: calc(100% + 2px);
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user