fix: Change border-left to border-l
This commit is contained in:
parent
986c91927b
commit
e9837942a2
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ h2 {
|
|||
}
|
||||
|
||||
.blockquote {
|
||||
@apply border-left border-light italic;
|
||||
@apply border-l border-light italic;
|
||||
padding-left: calc(1rem - 1px);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue