Browse Source

Increase spacing between list items to improve readability (#5962)

Hugo Locurcio 3 năm trước cách đây
mục cha
commit
9f342ab2e6
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      _static/css/custom.css

+ 6 - 0
_static/css/custom.css

@@ -243,6 +243,12 @@ article ol,
     line-height: 25px;
 }
 
+.rst-content section ul li {
+    /* Increase spacing between list items. */
+    margin-top: 8px;
+    margin-bottom: 8px;
+}
+
 body,
 .rst-content table.docutils thead {
     color: var(--body-color);