fixed quote

This commit is contained in:
Paul Gauthier 2025-04-20 17:29:42 -07:00
parent 7c0aac7454
commit b3d32f65d3
2 changed files with 3 additions and 3 deletions

View file

@ -446,7 +446,7 @@ code, pre, .code-block {
}
.testimonial-text::before {
content: "\201C"; /* Opening fancy quote */
content: "\201C\00A0"; /* Opening fancy quote */
color: var(--primary);
margin-right: 4px;
vertical-align: -0.3em;