Reduce blockquote font-size
This commit is contained in:
parent
84a5992a42
commit
6dc18ac317
1 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,11 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
font-size: $font-size-text;
|
||||
line-height: $line-height;
|
||||
}
|
||||
|
||||
/* Overflow */
|
||||
h1, h2, h3, h4, h5, h6,
|
||||
p,
|
||||
|
|
|
|||
Loading…
Reference in a new issue