From 2a78084959d2e04d7631c2268a18ec53f9ca0d8a Mon Sep 17 00:00:00 2001 From: heydar Date: Fri, 30 May 2025 14:02:14 +0330 Subject: [PATCH] =?UTF-8?q?=D8=A7=D8=B5=D9=84=D8=A7=D8=AD=20css=20=D8=A8?= =?UTF-8?q?=D8=AE=D8=B4=20=20=D8=A2=D8=AE=D8=B1=DB=8C=D9=86=20=D9=85=D9=82?= =?UTF-8?q?=D8=A7=D9=84=D8=A7=D8=AA=20=D8=B9=D8=B1=D8=B6=20=D8=AA=D8=B5?= =?UTF-8?q?=D8=A7=D9=88=DB=8C=D8=B1=20=D9=88=20=D8=B1=D9=86=DA=AF=20=D9=85?= =?UTF-8?q?=D8=AA=D9=86=20=D9=86=D8=A7=D9=85=20=D9=86=D9=88=DB=8C=D8=B3?= =?UTF-8?q?=D9=86=D8=AF=D9=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;