all repos — website @ 3158d019a4b4961ff40b2206770f6f4fd0828cf2

My website

tweak display of post tags
Alan Pearce alan@alanpearce.eu
Thu, 11 Jul 2024 15:26:45 +0200
commit

3158d019a4b4961ff40b2206770f6f4fd0828cf2

parent

fc08246d80550ca73f0040f055defbd37f829c2b

1 files changed, 4 insertions(+), 4 deletions(-)

jump to
M templates/style.csstemplates/style.css
@@ -188,13 +188,13 @@ } 
 .tags {
   font-size: small;
-}
-
-.p-categories,
-ul.tags {
   display: inline-block;
   padding-inline-start: 0;
 }
+.p-categories {
+  padding-inline-start: 1ex;
+}
+
 .tags li {
   list-style: none;
   display: inline-block;