forgot to increase total padding size
This commit is contained in:
parent
47f0700653
commit
664fbc2af3
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue