Commit 854dc065 authored by Mark Otto's avatar Mark Otto

fix blockquote margins, remify values

parent 8e454b6f
......@@ -183,10 +183,10 @@ abbr[data-original-title] {
// Blockquotes
blockquote {
padding: ($line-height-computed / 2) $line-height-computed;
margin: 0 0 $line-height-computed;
padding: ($spacer / 2) $spacer;
margin: 0 0 $spacer;
font-size: $blockquote-font-size;
border-left: 5px solid $blockquote-border-color;
border-left: .25rem solid $blockquote-border-color;
p,
ul,
......@@ -210,9 +210,9 @@ blockquote {
// Opposite alignment of blockquote
.blockquote-reverse {
padding-right: 15px;
padding-right: $spacer;
padding-left: 0;
border-right: 5px solid $blockquote-border-color;
border-right: .25rem solid $blockquote-border-color;
border-left: 0;
text-align: right;
......
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