1
0
mirror of https://tildegit.org/sbgodin/HtmGem.git synced 2023-08-25 13:53:12 +02:00

Corrects blockquote size on mobile

This commit is contained in:
Christophe HENRY 2021-03-20 22:41:04 +00:00
parent 731a8eef6a
commit 710bd1bf07

View File

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