Remove typography bullet indent

This commit is contained in:
2026-06-26 15:50:38 +02:00
parent 12a94a503b
commit 3cd36d8842
+2 -1
View File
@@ -18,7 +18,8 @@
.sg-bullet-list { .sg-bullet-list {
margin: 0; margin: 0;
padding-inline-start: var(--spacing-large); padding-inline-start: 0;
list-style-position: inside;
color: var(--text-typography-preview); color: var(--text-typography-preview);
font-family: var(--font-family-base); font-family: var(--font-family-base);
font-size: var(--font-size-base); font-size: var(--font-size-base);