diff --git a/style.css b/style.css index b6481ab..2f39001 100644 --- a/style.css +++ b/style.css @@ -658,6 +658,7 @@ header{ } .article-item img{ max-width: 100%; + height: 150px; } .article-item h3{ color: #424141; @@ -665,7 +666,7 @@ header{ margin:10px 0 20px 0; font-size: 15px; } -.article-item .author{ +.article-item .author a{ background: linear-gradient(45deg, #9b35fa, #60afff); border-radius: 25px; padding: 2px 10px;