4 lines
65 B
CSS
4 lines
65 B
CSS
|
blockquote {
|
||
|
@apply border-l-4 border-blue pl-4 px-6 py-2;
|
||
|
}
|