website/sass/_posts.scss
Chinmay D. Pai 6d929483e2
feat: rewrite blog in zola
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2021-05-28 00:10:50 +05:30

53 lines
747 B
SCSS

.post {
.post-header {
margin-bottom: 2rem;
.post-title {
a {
color: inherit;
text-decoration: none;
&:hover,
&:focus {
background-color: $link-hover-color;
color: $link-color-masthead; // white
}
}
margin-top: 0.3rem;
margin-bottom: 0.4rem;
}
}
p {
@media (min-width: $min-width-breakpoint) {
text-align: justify;
}
}
}
.page {
.page-header {
margin-bottom: 2rem;
.page-title {
margin-bottom: 0.3rem;
}
}
.pagination {
clear: both;
}
}
.post-date {
font-size: 85%;
color: $post-date-color;
}
.index {
margin: 2rem;
}
div#tippin-button {
display: inline-block;
margin-left: 15px;
}