Small CSS fix... (Maybe needs more investigation).

This commit is contained in:
Johannes Findeisen 2024-03-10 02:15:38 +01:00
commit 742cfb2e12

View file

@ -105,7 +105,8 @@ img.x {
}
ul, ol {
margin-left: calc($spacing-unit + 20px);
//margin-left: calc($spacing-unit + 20px);
margin-left: 40px;
}
li {