fix(theme): fixes the spacing between list items

This commit is contained in:
Bruno Carlin 2025-07-06 14:22:12 +02:00
parent 1f0c9ae560
commit ceb1d7ae03
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D

View file

@ -303,7 +303,11 @@ main {
} }
} }
ul > li { :where(ol,ul) li {
margin-bottom: 0;;
}
ul li {
list-style-type: disc; list-style-type: disc;
} }