still toying around with the class and affiliates
This commit is contained in:
parent
6265197cf3
commit
47f0700653
1 changed files with 7 additions and 3 deletions
|
@ -257,14 +257,18 @@ h2 {
|
||||||
/* adjust line height */
|
/* adjust line height */
|
||||||
line-height: 190%;
|
line-height: 190%;
|
||||||
/* margin */
|
/* margin */
|
||||||
margin: 20px;
|
margin: 30px;
|
||||||
/* padding */
|
/* padding */
|
||||||
padding: 30px;
|
padding: 50px;
|
||||||
padding-left: 80px;
|
|
||||||
/* limit width */
|
/* limit width */
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.with-initial {
|
||||||
|
/* extend left padding to fit the initial in */
|
||||||
|
padding-left: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
.with-initial > p:first-child {
|
.with-initial > p:first-child {
|
||||||
/* move first letter into padding */
|
/* move first letter into padding */
|
||||||
text-indent: -50px;
|
text-indent: -50px;
|
||||||
|
|
Loading…
Reference in a new issue