Skip to content

Commit 5ef28cb

Browse files
committedMay 15, 2018
Use rem units for blockquote style override
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent f5c3bce commit 5ef28cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎nikola/data/themes/bootstrap4-jinja/assets/css/theme.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ div.figure > a > img {
3333
}
3434

3535
blockquote p, blockquote {
36-
font-size: 17.5px;
36+
font-size: 1.25rem;
3737
font-weight: 300;
3838
line-height: 1.25;
3939
}

‎nikola/data/themes/bootstrap4/assets/css/theme.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ div.figure > a > img {
3333
}
3434

3535
blockquote p, blockquote {
36-
font-size: 17.5px;
36+
font-size: 1.25rem;
3737
font-weight: 300;
3838
line-height: 1.25;
3939
}

0 commit comments

Comments
 (0)
Please sign in to comment.