tale/_sass/_post.scss
Chester How b1bda410f7 Remove table support
Clashes with code line numbering
2017-03-16 11:52:47 +08:00

36 lines
508 B
SCSS

.post {
padding: 3rem 0;
&:not(:last-child) {
border-bottom: .5px solid $grey-2;
}
&-time {
color: $default-tint;
font-family: $sans-font;
font-weight: 700;
letter-spacing: .5px;
}
&-title {
color: $default-shade;
font-size: 2.7rem;
margin: 0 0 .8rem;
a {
color: $default-shade;
font-size: 2.7rem;
line-height: normal;
}
}
p {
margin: 0 0 1rem;
text-align: justify;
}
a:hover {
text-decoration: underline;
}
}