diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css
index 04b0c5d33c..1423437994 100644
a
|
b
|
p > video { |
3374 | 3374 | } |
3375 | 3375 | |
3376 | 3376 | .entry-content h5, |
3377 | | .entry-content h6, |
3378 | 3377 | .entry-summary h5, |
3379 | | .entry-summary h6, |
3380 | 3378 | .page-content h5, |
| 3379 | .comment-content h5 |
| 3380 | { |
| 3381 | font-size: 18px; |
| 3382 | font-size: 1.7rem; |
| 3383 | line-height: 1.2353; |
| 3384 | margin-top: 3.2941em; |
| 3385 | margin-bottom: 1.6471em; |
| 3386 | } |
| 3387 | |
| 3388 | .entry-content h6, |
| 3389 | .entry-summary h6, |
3381 | 3390 | .page-content h6, |
3382 | | .comment-content h5, |
3383 | 3391 | .comment-content h6 { |
3384 | 3392 | font-size: 17px; |
3385 | 3393 | font-size: 1.7rem; |