diff --git src/wp-content/themes/twentyseventeen/assets/css/blocks.css src/wp-content/themes/twentyseventeen/assets/css/blocks.css
index 46ecf2ca15..fdfe2ba3de 100644
|
|
p.has-drop-cap:not(:focus)::first-letter { |
328 | 328 | text-align: center; |
329 | 329 | } |
330 | 330 | |
| 331 | .wp-block-archives.alignright, |
| 332 | .wp-block-categories.alignright, |
| 333 | .wp-block-latest-posts.alignright { |
| 334 | list-style-position: inside; |
| 335 | text-align: right; |
| 336 | } |
| 337 | |
331 | 338 | /* Comments */ |
332 | 339 | |
333 | 340 | .wp-block-latest-comments article { |
diff --git src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
index 00c36a3293..b232fcc282 100644
|
|
table.wp-block-table td:last-child { |
823 | 823 | margin-right: 0; |
824 | 824 | } |
825 | 825 | |
| 826 | .wp-block[data-align="left"] { |
| 827 | text-align: left; |
| 828 | } |
| 829 | .wp-block[data-align="center"] { |
| 830 | text-align: center; |
| 831 | } |
| 832 | |
| 833 | .wp-block[data-align="right"] { |
| 834 | text-align: right; |
| 835 | } |
| 836 | |
826 | 837 | /* Search */ |
827 | 838 | |
828 | 839 | .wp-block-search__button { |