author pages are ready

This commit is contained in:
Mavlon4658
2025-04-07 20:56:37 +05:00
parent 6f1ca3924c
commit 942c9a0896
5 changed files with 67 additions and 46 deletions

View File

@@ -420,7 +420,6 @@
.authors li {
background: #F5F5F5;
border-radius: 48px;
padding: 52px 17px 57px;
display: flex;
flex-direction: column;
align-items: center;
@@ -428,6 +427,15 @@
width: calc(100% / 3 - 16px);
}
.authors a {
padding: 52px 17px 57px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.authors .main-img {
width: 200px;
height: 200px;
@@ -443,7 +451,7 @@
object-fit: cover;
}
.authors h3 {
.authors-name {
font-size: 24px;
font-weight: bold;
text-transform: uppercase;
@@ -452,7 +460,7 @@
margin-bottom: 5px;
}
.authors h4 {
.authors-type {
color: #121212;
font-size: 24px;
font-weight: 500;
@@ -494,7 +502,7 @@
object-fit: cover;
}
.author h3 {
.author-name {
font-size: 24px;
font-weight: bold;
line-height: 28px;
@@ -503,7 +511,7 @@
text-transform: uppercase;
}
.author h5 {
.author-type {
font-size: 24px;
font-weight: 500;
line-height: 32px;
@@ -511,7 +519,7 @@
margin-bottom: 5px;
}
.author h4 {
.author-description {
font-size: 24px;
font-weight: 500;
line-height: 32px;

View File

@@ -142,10 +142,13 @@
}
.authors li {
padding: 32px 17px 52px;
border-radius: 24px;
width: 100%;
}
.authors a {
padding: 32px 17px 52px;
}
.authors .main-img {
width: 180px;
@@ -153,12 +156,12 @@
margin-bottom: 20px;
}
.authors h3 {
.authors-name {
font-size: 20px;
line-height: 24px;
}
.authors h4 {
.authors-type {
font-size: 18px;
line-height: 24px;
margin-bottom: 20px;
@@ -186,17 +189,17 @@
line-height: 38px;
}
.author h3 {
.author-name {
font-size: 20px;
line-height: 24px;
}
.author h5 {
.author-type {
font-size: 18px;
line-height: 24px;
}
.author h4 {
.author-description {
font-size: 18px;
line-height: 24px;
margin-bottom: 24px;

View File

@@ -129,8 +129,8 @@
}
.authors li {
width: calc(50% - 12px);
border-radius: 32px;
width: calc(50% - 12px);
}
.authors .main-img {