4,554
edits
No edit summary |
No edit summary |
||
Line 625: | Line 625: | ||
} | } | ||
.article-quote { | .article-quote { | ||
display: inline; | |||
font-size: 21pt; | font-size: 21pt; | ||
font-style: italic; | font-style: italic; | ||
Line 635: | Line 636: | ||
padding-bottom: 5px; | padding-bottom: 5px; | ||
} | } | ||
.article-quote::before { | |||
content: '“'; /* Open quotation mark */ | |||
/* Add additional styling if needed, e.g., margin-right */ | |||
} | |||
.article-quote::after { | |||
content: '”'; /* Close quotation mark */ | |||
/* Add additional styling if needed, e.g., margin-left */ | |||
} | |||
.article-modification-date { | .article-modification-date { | ||
font-size: 11.5pt; | font-size: 11.5pt; |