diff --git a/src/wp-content/themes/twentytwelve/css/editor-blocks.css b/src/wp-content/themes/twentytwelve/css/editor-blocks.css
index 85dd813bf2..8a81d3c649 100644
a
|
b
|
p.has-drop-cap:not(:focus)::first-letter { |
464 | 464 | padding-right: 0; |
465 | 465 | } |
466 | 466 | |
| 467 | /* Posts title size update */ |
| 468 | .editor-styles-wrapper .editor-visual-editor__post-title-wrapper h1{ |
| 469 | font-size: 32px; |
| 470 | } |
| 471 | |
467 | 472 | /*-------------------------------------------------------------- |
468 | 473 | 7.0 Blocks - Colors |
469 | 474 | --------------------------------------------------------------*/ |