1
0
mirror of https://github.com/Wonderfall/hugo-WonderMod.git synced 2025-04-30 02:26:05 +02:00

style blockquote to look better

This commit is contained in:
Aditya Telange 2020-07-24 22:03:33 +05:30
parent c06357a604
commit d559ea3d4e

@ -107,4 +107,10 @@ textarea:-webkit-autofill {
img {
display: block;
max-width: 100%;
}
blockquote {
border-left: 2px solid;
margin: 20px;
padding: 10px 40px;
}