diff --git a/templates/tag.html b/templates/tag.html
index f6a69b5..f2c212f 100644
--- a/templates/tag.html
+++ b/templates/tag.html
@@ -93,12 +93,11 @@
}
}
- .pill,
- .hashtag {
+ .pill {
border-radius: 2em;
background-color: rgba(197, 209, 222, 0.25);
- margin: 0 0.5em 0.5em 0;
- padding: 1em;
+ margin-bottom: 0.5em;
+ padding: 0.5em 1em;
display: inline-block;
font-size: var(--font-size-sm);
color: var(--text-color-dark);
@@ -285,8 +284,7 @@
}
}
- .pill,
- .hashtag {
+ .pill {
background-color: rgba(0, 0, 0, 0.15);
color: var(--text-color-light-faded);
@@ -307,25 +305,20 @@
Rendered on {{ render_date }} in Europe/Amsterdam
- +