Files
hexo-blog/themes/hexo-theme-Tsu/source/styles/posts.styl
2021-06-05 03:45:20 -05:00

39 lines
597 B
Stylus

.posts-wrapper {
margin-top: 20px;
border-radius: 8px;
float: left;
width: 73%;
.post {
padding: 30px 0px;
border-bottom: 1px solid #eee;
}}
.post-title {
font-size: 38px;
color: #555555;
font-family: 'Montserrat';
}
.sub {
color: #aaa;
margin-bottom: 0px;}
.clearfix {
zoom 1
&:after{
display block
clear both
content ""
visibility hidden
height 0}}
.post-wrapper {
margin-top: 20px
.post {
padding: 30px 20px;
border-bottom: 1px solid #eee;
}
}