17 lines
147 B
CSS
17 lines
147 B
CSS
|
|
.quote {
|
|
margin: 0;
|
|
}
|
|
|
|
.quote blockquote {
|
|
margin: 1em 1em 2em 1em;
|
|
}
|
|
|
|
.quote p {
|
|
margin: 0 0 1em 0;
|
|
}
|
|
|
|
.quote div {
|
|
font-weight: 400;
|
|
}
|