still toying around with the class and affiliates

This commit is contained in:
nek0 2016-03-11 19:35:56 +01:00
parent 6265197cf3
commit 47f0700653

View file

@ -257,14 +257,18 @@ h2 {
/* adjust line height */
line-height: 190%;
/* margin */
margin: 20px;
margin: 30px;
/* padding */
padding: 30px;
padding-left: 80px;
padding: 50px;
/* limit width */
max-width: 700px;
}
.with-initial {
/* extend left padding to fit the initial in */
padding-left: 80px;
}
.with-initial > p:first-child {
/* move first letter into padding */
text-indent: -50px;