reduce padding on home page

This commit is contained in:
Anton Keks 2016-03-02 20:56:01 +02:00
parent e7da5baad8
commit 382fb98e95

View File

@ -200,6 +200,10 @@ ul {
padding-left: 20px;
}
#home ul {
padding-left: 0;
}
ol {
list-style: decimal inside;
padding-left: 20px;