fixed fonts for lists

This commit is contained in:
Panos Sakkos 2015-08-29 21:57:59 +02:00
parent c20889d762
commit feb4960bfd

View file

@ -51,8 +51,8 @@ p {
ol,
ul {
text-align: center;
margin: 0 0 25px;
font-size: 18px;
margin: 0 0 35px;
font-size: 20px;
line-height: 1.5;
list-style-position: inside;
}