fix: quote indentation

This commit is contained in:
vintro 2025-02-19 16:25:47 -05:00
parent 0d1ba14187
commit 8cfd89f2bd
No known key found for this signature in database

View File

@ -271,6 +271,7 @@ input[type="checkbox"] {
blockquote {
margin: 1rem 0;
border-left: 3px solid var(--secondary);
margin-left: 1rem;
padding-left: 1rem;
transition: border-color 0.2s ease;
}