<blockquote> has a default style of its own (no additional CSS)
Margin is the edges
Indent is what happens to the Beginning of a block (typically 1st line)
You WANT to set a Zero blockquote right and left margin in the CSS
Code:
blockquote {margin:0 0;}