From 7dc4c07b32cea72202c76b91ccc4a15825655000 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 22 Apr 2022 22:17:40 +0200 Subject: [PATCH] fix badge style --- _includes/plugin_card.html | 4 ++-- assets/index.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/_includes/plugin_card.html b/_includes/plugin_card.html index a71b678b..07e72ed1 100644 --- a/_includes/plugin_card.html +++ b/_includes/plugin_card.html @@ -2,10 +2,10 @@
{% for cat in plugin.categories %} - {{ cat }} + {{ cat }} {% endfor %} {% for tag in plugin.tags %} - {{ tag }} + {{ tag }} {% endfor %}

{{ plugin.name }}

diff --git a/assets/index.css b/assets/index.css index 50949124..7fdbd1a7 100644 --- a/assets/index.css +++ b/assets/index.css @@ -50,4 +50,8 @@ layout: empty top: -72px; visibility: hidden; } + + .badge { + @apply py-1 px-2.5 rounded-full + } }