Ver código fonte

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

Hugo Locurcio 3 anos atrás
pai
commit
1a2cd61958
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      _static/css/custom.css

+ 6 - 0
_static/css/custom.css

@@ -237,6 +237,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);