12 lines
188 B
CSS
12 lines
188 B
CSS
article{
|
|
font-size: 0.9em;
|
|
color: white;
|
|
padding: 1em;
|
|
}
|
|
article header{
|
|
margin-bottom: 2em;
|
|
line-height: 2em;
|
|
}
|
|
article p, article section p{
|
|
line-height: 1.5em;
|
|
} |