1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-15 05:25:33 -04:00

restore tag lists above posts (not linked yet)

This commit is contained in:
2021-05-31 20:57:58 -04:00
parent 4f03874cd3
commit b4bec05098
5 changed files with 36 additions and 20 deletions

View File

@@ -26,9 +26,36 @@ div.layout-single {
img.emoji {
margin-right: 0.25em;
vertical-align: -0.28em;
vertical-align: -0.22em;
cursor: inherit;
}
&:last-of-type {
margin-right: 0;
}
}
div#meta-tags {
white-space: normal;
span {
text-transform: lowercase;
white-space: nowrap;
margin-right: 0.4em;
&::before {
content: "#"; // cosmetically hashtagify tags
padding-right: 0.125em;
@include colors() {
color: c(light);
}
}
&:last-of-type {
margin-right: 0;
}
}
}
}