Add Tsu theme

This commit is contained in:
2021-06-05 03:45:20 -05:00
parent 065820fe2c
commit 3cd8cdbd9c
47 changed files with 1324 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
.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;
}
}