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 */
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue