Commit 57f79c19 authored by NGPixel's avatar NGPixel

fix: blockquote missing right padding (#1168)

parent 8ba78dd7
......@@ -226,7 +226,7 @@
}
blockquote {
padding: 0 0 1rem 1rem;
padding: 0 1rem 1rem 1rem;
border-left: 5px solid mc('blue', '500');
border-radius: .5rem;
margin: 1rem 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment