font changed
This commit is contained in:
@@ -10,7 +10,7 @@ body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: #F9F9F9;
|
||||
font-family: "Museo Sans Cyrl", sans-serif;
|
||||
font-family: 'MuseoSansCyrl', sans-serif;
|
||||
}
|
||||
a{
|
||||
text-decoration: none;
|
||||
@@ -156,35 +156,35 @@ a{
|
||||
}
|
||||
|
||||
|
||||
.authors_block .top_box{
|
||||
.authors_block .authors_top{
|
||||
display: flex;
|
||||
background: #FFF;
|
||||
border-radius: 8px;
|
||||
}
|
||||
.top_box_img{
|
||||
.authors_top_img{
|
||||
border-radius: 8px;
|
||||
object-fit: cover;
|
||||
}
|
||||
.top_box .info{
|
||||
.authors_top_info{
|
||||
padding: 40px 40px 58px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 32px;
|
||||
}
|
||||
.top_box .info_title{
|
||||
.authors_top .info_title{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
}
|
||||
.top_box .info_title h3{
|
||||
.authors_top_info h3{
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
line-height: 28.8px;
|
||||
color: #000000;
|
||||
}
|
||||
.top_box p{
|
||||
.authors_top p{
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
line-height: 19.2px;
|
||||
color: #000000;
|
||||
}
|
||||
@@ -260,7 +260,7 @@ a{
|
||||
border: none;
|
||||
outline: none;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
font-weight: 600;
|
||||
line-height: 19.2px;
|
||||
color: #878A90;
|
||||
cursor: pointer;
|
||||
@@ -354,13 +354,13 @@ a{
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
.authors_block .top_box{
|
||||
.authors_block .authors_top{
|
||||
flex-direction: column;
|
||||
}
|
||||
.top_box_img{
|
||||
.authors_top_img{
|
||||
height: 350px;
|
||||
}
|
||||
.top_box .info {
|
||||
.authors_top_info {
|
||||
padding: 30px 30px 38px;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user