blockquote and width fixes

This commit is contained in:
timurgordon
2022-02-23 16:41:59 +03:00
parent 4305ee7890
commit a4c636f176
5 changed files with 13 additions and 7 deletions

View File

@@ -53,6 +53,9 @@ img[src*="#large"] {
nav p {
@apply hidden sm:block md:block lg:block xl:block 2xl:block;
}
blockquote {
@apply border-l-4 border-gray-400 mx-2 my-2 p-2;
}
}
h3 {