fix: Change border-left to border-l

This commit is contained in:
Robert Prehn 2024-03-19 08:40:09 -05:00
parent 986c91927b
commit e9837942a2
No known key found for this signature in database

View file

@ -68,7 +68,7 @@ h2 {
}
.blockquote {
@apply border-left border-light italic;
@apply border-l border-light italic;
padding-left: calc(1rem - 1px);
}