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