docusaurus/v2/lib/theme/BlogPost/styles.module.css

47 lines
703 B
CSS

/**
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
.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;
}