fix(catalog post): display title inline

This commit is contained in:
Tom (plebeius.eth)
2024-06-15 18:14:48 +02:00
parent e860593650
commit 9ebf3b79b6
3 changed files with 14 additions and 11 deletions
@@ -44,4 +44,8 @@
background-color: #d6daf0;
border: 1px solid #b7c5d9;
padding: 2px;
}
.inline {
display: inline;
}