blockquote tag should have same rules as p tag

This commit is contained in:
Nicolás A. Ortega Froysa 2021-05-15 16:15:42 +02:00
parent 085a163594
commit d7916098d9

View File

@ -81,7 +81,7 @@ ol.refs li:before {
content: "[" counter(step_counter) "] ";
}
p {
blockquote, p {
font-size: 16px;
line-height: 24px;
}