errors fixed
This commit is contained in:
@@ -92,10 +92,28 @@ a{
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.breadcrumb{
|
||||
padding: 15px 0px 40px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
|
||||
span,
|
||||
a{
|
||||
font-size: 14px;
|
||||
font-weight: 300;
|
||||
line-height: 16.8px;
|
||||
color: #878A90;
|
||||
}
|
||||
span{
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Authors start */
|
||||
.authors{
|
||||
padding: 40px 0px 100px;
|
||||
padding: 0px 0px 100px;
|
||||
}
|
||||
.authors .authors_block{
|
||||
display: flex;
|
||||
@@ -116,7 +134,7 @@ a{
|
||||
.authors_block .authors_card{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 25px;
|
||||
gap: 20px;
|
||||
}
|
||||
.authors_card img{
|
||||
width: 100%;
|
||||
@@ -127,13 +145,13 @@ a{
|
||||
.authors_card h3{
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
line-height: 38.4px;
|
||||
line-height: 32px;
|
||||
color: #000000;
|
||||
}
|
||||
.authors_card p{
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
line-height: 19.2px;
|
||||
font-weight: 400;
|
||||
line-height: 16px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
@@ -173,7 +191,7 @@ a{
|
||||
|
||||
.authors_block .authors_items{
|
||||
display: grid;
|
||||
grid-template-columns: 31% 31% 31%;
|
||||
grid-template-columns: 32.2% 32.2% 32.2%;
|
||||
gap: 20px;
|
||||
}
|
||||
.authors_items .authors_item{
|
||||
|
||||
Reference in New Issue
Block a user