2017-03-12 10:44:45 +00:00
|
|
|
.post {
|
2017-03-15 03:58:11 +00:00
|
|
|
padding: 3rem 0;
|
|
|
|
|
2017-03-15 04:27:59 +00:00
|
|
|
&:not(:last-child) {
|
|
|
|
border-bottom: .5px solid $grey-2;
|
|
|
|
}
|
|
|
|
|
2017-03-12 10:44:45 +00:00
|
|
|
&-time {
|
|
|
|
color: $default-tint;
|
|
|
|
font-family: $sans-font;
|
2017-03-16 03:22:39 +00:00
|
|
|
font-weight: 700;
|
2017-03-15 03:58:11 +00:00
|
|
|
letter-spacing: .5px;
|
2017-03-12 10:44:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&-title {
|
|
|
|
color: $default-shade;
|
2017-03-15 03:58:11 +00:00
|
|
|
font-size: 2.7rem;
|
2017-03-12 10:44:45 +00:00
|
|
|
margin: 0 0 .8rem;
|
|
|
|
|
2017-03-15 03:58:11 +00:00
|
|
|
a {
|
|
|
|
color: $default-shade;
|
|
|
|
font-size: 2.7rem;
|
2017-03-15 04:27:59 +00:00
|
|
|
line-height: normal;
|
2017-03-12 10:44:45 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0 0 1rem;
|
|
|
|
text-align: justify;
|
|
|
|
}
|
2017-03-15 03:58:11 +00:00
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2017-03-12 10:44:45 +00:00
|
|
|
}
|