forgot to increase total padding size

This commit is contained in:
nek0 2016-03-11 19:40:50 +01:00
parent 47f0700653
commit 664fbc2af3
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ h2 {
.with-initial {
/* extend left padding to fit the initial in */
padding-left: 80px;
padding-left: 100px;
}
.with-initial > p:first-child {