fix UL in posts

This commit is contained in:
Set Hallstrom 2020-10-23 15:54:36 +02:00
parent 025a4e6bda
commit 5342d1d792

View file

@ -208,7 +208,7 @@ a:hover {
} }
ul { ul {
list-style-type:circle; list-style-type:circle;
padding-left:80px; padding-left:40px;
} }
} }
} }