font changed

project_banner
BOUNTY707 7 months ago
parent 06e5e59f13
commit eccacb09ba
  1. 18
      style/index.css

@ -66,7 +66,7 @@ a{
} }
.banner_block_text { .banner_block_text {
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 300;
line-height: 16.8px; line-height: 16.8px;
color: #FFF; color: #FFF;
max-width: 233px; max-width: 233px;
@ -144,7 +144,7 @@ a{
} }
.authors_card_text{ .authors_card_text{
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 300;
line-height: 16px; line-height: 16px;
color: #000000; color: #000000;
} }
@ -158,9 +158,11 @@ a{
.authors_top_img{ .authors_top_img{
border-radius: 8px; border-radius: 8px;
object-fit: cover; object-fit: cover;
width: 183px;
height: 200px;
} }
.authors_top_info{ .authors_top_info{
padding: 40px 40px 58px; padding: 40px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 32px; gap: 32px;
@ -173,13 +175,13 @@ a{
.authors_top_info h3{ .authors_top_info h3{
font-size: 24px; font-size: 24px;
font-weight: 600; font-weight: 600;
line-height: 28.8px; line-height: 24px;
color: #000000; color: #000000;
} }
.authors_top p{ .authors_top p{
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 300;
line-height: 19.2px; line-height: 16px;
color: #000000; color: #000000;
} }
@ -254,7 +256,7 @@ a{
border: none; border: none;
outline: none; outline: none;
font-size: 16px; font-size: 16px;
font-weight: 600; font-weight: 500;
line-height: 19.2px; line-height: 19.2px;
color: #878A90; color: #878A90;
cursor: pointer; cursor: pointer;
@ -352,7 +354,7 @@ a{
flex-direction: column; flex-direction: column;
} }
.authors_top_img{ .authors_top_img{
height: 350px; margin: 30px 30px 0;
} }
.authors_top_info { .authors_top_info {
padding: 30px 30px 38px; padding: 30px 30px 38px;

Loading…
Cancel
Save