Skip to content

Commit

Permalink
Use rem units for blockquote style override
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed May 15, 2018
1 parent f5c3bce commit 5ef28cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nikola/data/themes/bootstrap4-jinja/assets/css/theme.css
Expand Up @@ -33,7 +33,7 @@ div.figure > a > img {
}

blockquote p, blockquote {
font-size: 17.5px;
font-size: 1.25rem;
font-weight: 300;
line-height: 1.25;
}
Expand Down
2 changes: 1 addition & 1 deletion nikola/data/themes/bootstrap4/assets/css/theme.css
Expand Up @@ -33,7 +33,7 @@ div.figure > a > img {
}

blockquote p, blockquote {
font-size: 17.5px;
font-size: 1.25rem;
font-weight: 300;
line-height: 1.25;
}
Expand Down

0 comments on commit 5ef28cb

Please sign in to comment.