alvaromontoro / almond.css

Collection of CSS styles to make simple websites look nicer
MIT License
1.14k stars 35 forks source link

Update blockquote.scss #51

Closed tomsdob closed 1 year ago

tomsdob commented 2 years ago

The first-child of blockquote with text-indent: 1rem overlaps the blockquote::before 'open-quote' content. To address this issue, I propose changing the text-indent to 1.75rem for the first-child of blockquote.

image image