81 lines
1.2 KiB
Stylus
81 lines
1.2 KiB
Stylus
.home-container {
|
|
|
|
.article-post-list {
|
|
|
|
.article-post-item {
|
|
|
|
margin-bottom 30px
|
|
padding-bottom 20px
|
|
border-bottom: 1px solid #f2f2f2;
|
|
|
|
.article-post-title {
|
|
h1 {
|
|
text-transform: uppercase;
|
|
font-size: 30px;
|
|
letter-spacing: 5px;
|
|
line-height: 1;
|
|
}
|
|
|
|
h2 {
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px;
|
|
font-size: 28px;
|
|
line-height: 1;
|
|
font-weight: 600;
|
|
color: #5f5f5f;
|
|
|
|
}
|
|
|
|
h3 {
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px;
|
|
line-height: 1;
|
|
font-weight: 600;
|
|
color: #464646;
|
|
font-size: 22px;
|
|
margin: 0;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
letter-spacing: 1px;
|
|
color: #5f5f5f;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
.article-post-content {
|
|
padding 15px 0
|
|
line-height 28px
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
.paginator {
|
|
|
|
padding-bottom 40px
|
|
|
|
.page-number {
|
|
display none !important
|
|
}
|
|
|
|
a.prev {
|
|
float left
|
|
}
|
|
|
|
a.next {
|
|
float right
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|