dont allow bootstrap to mess with blockquote font-size
This commit is contained in:
parent
7b1cabdd58
commit
8c37a01f74
@ -2268,3 +2268,8 @@ nav .dropdown-menu {
|
|||||||
border-bottom-right-radius: $radiuspx;
|
border-bottom-right-radius: $radiuspx;
|
||||||
border-bottom-left-radius: $radiuspx;
|
border-bottom-left-radius: $radiuspx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* bootstrap overrides */
|
||||||
|
blockquote {
|
||||||
|
font-size: $body_font_size;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user