diff --git a/css/style.css b/css/style.css index e638c74..ed22937 100644 --- a/css/style.css +++ b/css/style.css @@ -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; }