diff --git a/src/wp-content/themes/twentyseventeen/assets/css/blocks.css b/src/wp-content/themes/twentyseventeen/assets/css/blocks.css
index ba92e94e5a..350f49e930 100644
a
|
b
|
p.has-drop-cap:not(:focus)::first-letter { |
196 | 196 | text-align: right; |
197 | 197 | } |
198 | 198 | |
| 199 | /* Calendar */ |
| 200 | |
| 201 | .wp-block-calendar th { |
| 202 | text-align: center; |
| 203 | } |
| 204 | |
199 | 205 | /*-------------------------------------------------------------- |
200 | 206 | 4.0 Blocks - Layout Elements |
201 | 207 | --------------------------------------------------------------*/ |
diff --git a/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css b/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
index d6976f15d3..0937f936b3 100644
a
|
b
|
table.wp-block-table td:last-child { |
709 | 709 | text-align: right; |
710 | 710 | } |
711 | 711 | |
| 712 | /* Calendar */ |
| 713 | |
| 714 | .editor-styles-wrapper .wp-block-calendar th { |
| 715 | text-align: center; |
| 716 | } |
| 717 | |
712 | 718 | /* Verse */ |
713 | 719 | |
714 | 720 | .editor-styles-wrapper .wp-block-verse { |