diff --git a/assets/sass/_theme/design-system/typography.sass b/assets/sass/_theme/design-system/typography.sass
index 3776317fcc626a76f05bd3cbf9bc2223e8a3b7ea..3b6ad3c3738f3c99679950f43909884ac8d9a375 100644
--- a/assets/sass/_theme/design-system/typography.sass
+++ b/assets/sass/_theme/design-system/typography.sass
@@ -59,7 +59,8 @@ body
     text-rendering: optimizelegibility
     line-height: $line-height-base
 
-p, .p
+p, .p,
+li, .li
     margin-top: 0
     font-size: $body-font-size
 
@@ -72,6 +73,9 @@ blockquote, .blockquote
         font-size: px2rem(18)
         font-style: normal
 
+ul, ol
+    padding: 0
+
 address
     font-style: normal