diff --git a/_sass/_base.scss b/_sass/_base.scss index ed6c241..a6e087b 100755 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -43,3 +43,13 @@ li { b, strong { font-size: 17px !important; } + +ul { + list-style-type: lower-greek; + list-style-position: inside; + margin-left: 30px; +} + +* { + line-height: 1.2em; +}