diff --git src/wp-content/themes/twentynineteen/style-editor.css src/wp-content/themes/twentynineteen/style-editor.css
index 1e0bd69390..5381974d64 100644
|
|
figcaption, |
1239 | 1239 | margin-left: 0; |
1240 | 1240 | } |
1241 | 1241 | |
| 1242 | /* preformatted block font-size */ |
| 1243 | .editor-styles-wrapper .wp-block-preformatted { |
| 1244 | font-size: 0.75em; |
| 1245 | } |
| 1246 | |
1242 | 1247 | /** === Verse === */ |
1243 | 1248 | .wp-block-verse, |
1244 | 1249 | .wp-block-verse pre { |
diff --git src/wp-content/themes/twentynineteen/style.css src/wp-content/themes/twentynineteen/style.css
index 42e966189a..e8490b975f 100644
|
|
body.page .main-navigation { |
5654 | 5654 | } |
5655 | 5655 | |
5656 | 5656 | .entry .entry-content .wp-block-preformatted { |
5657 | | font-size: 0.71111em; |
| 5657 | font-size: 0.75em; |
5658 | 5658 | line-height: 1.8; |
5659 | 5659 | padding: 1rem; |
| 5660 | font-family: monospace; |
5660 | 5661 | } |
5661 | 5662 | |
5662 | 5663 | .entry .entry-content .wp-block-verse { |