Simplified badges stylesheet.
h3rald h3rald@h3rald.com
Tue, 16 Jun 2026 07:15:52 +0200
2 files changed,
4 insertions(+),
3 deletions(-)
M
assets/styles/style.css
→
assets/styles/style.css
@@ -309,9 +309,9 @@ align-items: center;
} .card-badges { - display: flex; + /*display: flex; flex-direction: row; - align-items: start; + align-items: start;*/ } .card-footer .action {@@ -324,6 +324,7 @@ }
.badge-container { border-collapse: collapse; + display: inline; } .badge {
M
templates/_project.mustache
→
templates/_project.mustache
@@ -21,7 +21,7 @@ </tr>
</table> {{/semver}} {{#license}} - + <table class="badge-container"> <tr class="badge"> <td class="badge-content badge-label">License</td><td class="badge-content badge-license">{{license}}</td>