diff --git a/custom/custom.css b/custom/custom.css index 2756401..6fb8fee 100644 --- a/custom/custom.css +++ b/custom/custom.css @@ -28,6 +28,9 @@ ol{ margin-left:2em; } - li{ + ol > li{ + line-height: 1.8; + } + ul > li{ line-height: 1.8; } \ No newline at end of file