1
Fork 0

Make list style square.

This commit is contained in:
Bauke 2023-01-15 23:30:10 +01:00
parent 3eb2cd2381
commit 27d913a4cb
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ a {
}
ul {
list-style-type: square;
margin-left: 1rem;
}