Corrects blockquote size on mobile

This commit is contained in:
Christophe HENRY 2021-03-20 22:41:04 +00:00
parent 731a8eef6a
commit 710bd1bf07
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ pre {
h3 {
font-size: 3rem;
}
p, pre, ul {
p, pre, ul, blockquote {
font-size: 2.6rem;
}
}