1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-18 03:47:28 -05:00

Improve wrapping in post metadata

This commit is contained in:
2021-11-20 19:56:30 -06:00
parent d9776d29c4
commit 7c877e7781
2 changed files with 2 additions and 4 deletions
assets/css
layouts/partials

@ -40,7 +40,7 @@
.post-meta-item {
margin-right: 10px;
white-space: nowrap;
display: inline-block;
}
.post-metadata {

@ -7,8 +7,6 @@
<div class="tags">
{{ partial "icon.html" "tag" }}
<span class="post-meta-item">
{{ delimit $tags ", " }}
</span>
</div>
{{ end }}