docusaurus/v2/lib/theme/BlogPost/styles.css
Endilie Yacop Sucipto 12fd204840
feat(v2): implement blog (#1062)
* feat(v2): implement blog

* expect flat blog structure

* \n

* blogpage can import many posts
2018-10-25 14:23:29 +08:00

41 lines
519 B
CSS

.postHeader {
margin-bottom: 10px;
}
.postHeaderTitle {
margin-top: 0;
}
.postMeta {
margin-bottom: 10px;
padding: 0;
}
.authorBlock {
display: flex;
}
.authorName {
color: rgba(57, 57, 57, 0.7);
display: flex;
flex-direction: column;
font-size: 14px;
font-weight: 400;
justify-content: center;
margin-right: 10px;
margin-top: 0;
padding: 0;
}
.authorPhoto {
border-radius: 50%;
height: 30px;
overflow: hidden;
width: 30px;
}
.authorPhotoBig {
height: 50px;
width: 50px;
}