all repos — homestead @ ea69cccd50eeb489128907aaaa90be366f982d96

Code for my website

tweak display of post tags

Alan Pearce
commit

ea69cccd50eeb489128907aaaa90be366f982d96

parent

be1c3810f54a3dcfeb0ff0b044095749403b43d6

1 file 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;