diff --git a/style.css b/style.css index df875d3..1e9886a 100644 --- a/style.css +++ b/style.css @@ -26,7 +26,8 @@ a:visited { article { border-radius: 20px; background-color: whitesmoke; - width: 400px; + width: 50%; + min-width: 350px; box-shadow: 10px 10px 27px 5px rgba(0, 0, 0, 0.3); } @@ -44,7 +45,7 @@ article > a:visited { } article > a > img { - max-width: 100%; + width: 100%; margin: 0; padding: 0; border-radius: 20px 20px 0px 0px;