Remove blockquote styling

This commit is contained in:
Julie Lenaerts 2024-02-01 16:22:11 +01:00
parent f4bbb1950b
commit 81e46f2b52

View File

@ -194,11 +194,4 @@ time {
display: block;
}
blockquote {
font: 1.8rem/1.25 'Oswald', sans-serif;
margin: 1.5rem 2rem;
}
blockquote::before { content: open-quote; }
blockquote::after { content: close-quote; }
</style>