Explorar o código

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

Hugo Locurcio %!s(int64=3) %!d(string=hai) anos
pai
achega
9f342ab2e6
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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);