optimize images reponsivity

This commit is contained in:
2023-02-04 21:06:05 +01:00
parent fbdae5525b
commit 6543caea93

View File

@@ -43,10 +43,9 @@ body {
}
img {
width: 100%;
height: auto;
vertical-align: middle;
width: 100%;
height: 100%;
}
.content {
@@ -229,7 +228,6 @@ a:hover {
.post-image {
transition: opacity 0.3s ease;
display: block;
width: 100%;
object-fit: cover;
}