2020-12-26 19:59:54 +01:00
|
|
|
///////////////////
|
|
|
|
// //
|
|
|
|
// POST //
|
|
|
|
// //
|
|
|
|
///////////////////
|
2020-01-15 17:42:04 +01:00
|
|
|
|
|
|
|
.post-header {
|
2020-12-26 19:59:54 +01:00
|
|
|
margin: 1em 0;
|
|
|
|
|
2020-01-15 17:42:04 +01:00
|
|
|
h1 {
|
2020-12-26 19:59:54 +01:00
|
|
|
margin: 0;
|
2020-01-15 17:42:04 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-info {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
2020-12-26 19:59:54 +01:00
|
|
|
justify-content: space-between;
|
2020-01-15 17:42:04 +01:00
|
|
|
margin-top: 0;
|
2020-12-26 19:59:54 +01:00
|
|
|
padding: 0;
|
|
|
|
|
2020-01-19 18:00:55 +01:00
|
|
|
> li {
|
|
|
|
padding-right: .5rem;
|
|
|
|
}
|
2020-12-26 19:59:54 +01:00
|
|
|
|
2020-01-15 17:42:04 +01:00
|
|
|
li {
|
|
|
|
display: flex;
|
2020-12-26 19:59:54 +01:00
|
|
|
list-style: none;
|
|
|
|
|
2020-01-15 17:42:04 +01:00
|
|
|
> ul {
|
|
|
|
display: flex;
|
2020-05-24 21:28:11 +02:00
|
|
|
flex-wrap: wrap;
|
2020-01-15 17:42:04 +01:00
|
|
|
padding: 0;
|
2020-01-19 18:00:55 +01:00
|
|
|
white-space: pre;
|
|
|
|
}
|
2020-12-26 19:59:54 +01:00
|
|
|
|
|
|
|
> ul::before {
|
|
|
|
content: ' ';
|
2020-01-19 18:00:55 +01:00
|
|
|
white-space: pre;
|
2020-01-15 17:42:04 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-01-19 18:00:55 +01:00
|
|
|
|
2020-05-24 21:28:11 +02:00
|
|
|
.post-taxonomies:not(:last-child) {
|
|
|
|
&::after {
|
2020-12-26 19:59:54 +01:00
|
|
|
content: ', ';
|
2020-05-24 21:28:11 +02:00
|
|
|
}
|
2020-01-19 18:00:55 +01:00
|
|
|
}
|