all repos — homestead @ c2dae1f8963c55f0616d8e8975a9bf81a2e8b0ee

Code for my website

fix post tags validation error

Alan Pearce
commit

c2dae1f8963c55f0616d8e8975a9bf81a2e8b0ee

parent

4c7aea3ffdeb0ecd7b25666a4b33f999930281ca

1 file changed, 5 insertions(+), 1 deletion(-)

changed files
M templates/style.csstemplates/style.css
@@ -58,7 +58,11 @@ padding: unset;
font-size: small; } -.tags > li { +.tags ul { + display: inline-block; +} + +.tags li { list-style: none; display: inline-block; padding-right: 1ex;