From eccacb09ba4c26644617a44171bc3e9fe6862f64 Mon Sep 17 00:00:00 2001 From: BOUNTY707 Date: Mon, 27 Jan 2025 12:26:10 +0500 Subject: [PATCH] font changed --- style/index.css | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/style/index.css b/style/index.css index 32e3286..6199d41 100644 --- a/style/index.css +++ b/style/index.css @@ -66,7 +66,7 @@ a{ } .banner_block_text { font-size: 14px; - font-weight: 400; + font-weight: 300; line-height: 16.8px; color: #FFF; max-width: 233px; @@ -144,7 +144,7 @@ a{ } .authors_card_text{ font-size: 16px; - font-weight: 400; + font-weight: 300; line-height: 16px; color: #000000; } @@ -158,9 +158,11 @@ a{ .authors_top_img{ border-radius: 8px; object-fit: cover; + width: 183px; + height: 200px; } .authors_top_info{ - padding: 40px 40px 58px; + padding: 40px; display: flex; flex-direction: column; gap: 32px; @@ -173,13 +175,13 @@ a{ .authors_top_info h3{ font-size: 24px; font-weight: 600; - line-height: 28.8px; + line-height: 24px; color: #000000; } .authors_top p{ font-size: 16px; - font-weight: 400; - line-height: 19.2px; + font-weight: 300; + line-height: 16px; color: #000000; } @@ -254,7 +256,7 @@ a{ border: none; outline: none; font-size: 16px; - font-weight: 600; + font-weight: 500; line-height: 19.2px; color: #878A90; cursor: pointer; @@ -352,7 +354,7 @@ a{ flex-direction: column; } .authors_top_img{ - height: 350px; + margin: 30px 30px 0; } .authors_top_info { padding: 30px 30px 38px;