diff --git a/custom/custom.css b/custom/custom.css index 1d297b3..6fb8fee 100644 --- a/custom/custom.css +++ b/custom/custom.css @@ -21,4 +21,16 @@ -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; + } + ul{ + margin-left:2em; + } + ol{ + margin-left:2em; + } + ol > li{ + line-height: 1.8; + } + ul > li{ + line-height: 1.8; } \ No newline at end of file