portfoligor/assets/scss/_post.scss

49 lines
621 B
SCSS

///////////////////
// //
// POST //
// //
///////////////////
.post-header {
margin: 1em 0;
h1 {
margin: 0;
}
}
.post-info {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 0;
padding: 0;
> li {
padding-right: .5rem;
}
li {
display: flex;
list-style: none;
> ul {
display: flex;
flex-wrap: wrap;
padding: 0;
white-space: pre;
}
> ul::before {
content: ' ';
white-space: pre;
}
}
}
.post-taxonomies:not(:last-child) {
&::after {
content: ', ';
}
}