commit e5e3bff36a7a98183522e3c61cf9a2e51e0132d5 from: Omar Polo date: Thu Mar 02 14:44:04 2023 UTC fix styling for consequent blockquotes commit - 9707cd8712535a5835b97d140bccec565a11fd59 commit + e5e3bff36a7a98183522e3c61cf9a2e51e0132d5 blob - 96dbfdb5d2939c67958ceeda7d59c2ec88c12ecb blob + 19108120f2ea187ddf8cdc75810a9ae893f43f7a --- galileo.css +++ galileo.css @@ -50,6 +50,10 @@ blockquote::before { left: -1rem; } +blockquote + blockquote::before { + content: ""; +} + p { text-align: justify; hyphens: auto;