all repos — website @ e17d149c44b5c1b8661b600df72c840dc65d025c

personal website hosted at prithu.xyz, built using hugo

change margin of blockquote
Prithu Goswami prithugoswami524@gmail.com
Wed, 13 May 2020 14:09:58 +0530
commit

e17d149c44b5c1b8661b600df72c840dc65d025c

parent

1e7c46e676f953d23ed2a3cb15a3636e7d804fc3

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M hugo-site/static/css/blog.csshugo-site/static/css/blog.css

@@ -168,6 +168,7 @@

.post-text blockquote { margin: 2rem; margin-right: 0; + margin-left: 1rem; padding-left: 1rem; border-left: 2px solid rgba(0,0,0,0.5); font-size: 16px;