optimize images reponsivity
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user