diff --git src/wp-content/themes/twentytwenty/style.css src/wp-content/themes/twentytwenty/style.css
index db208bc33f..a13c62e829 100644
|
|
h2.entry-title { |
2969 | 2969 | width: 100%; |
2970 | 2970 | } |
2971 | 2971 | |
| 2972 | .wp-block-audio.aligncenter { |
| 2973 | text-align: center; |
| 2974 | } |
| 2975 | |
| 2976 | .wp-block-audio.alignleft audio, |
| 2977 | .wp-block-audio.alignright audio { |
| 2978 | width: auto; |
| 2979 | min-width: 100%; |
| 2980 | max-width: 100%; |
| 2981 | } |
| 2982 | |
2972 | 2983 | /* Block: Button ----------------------------- */ |
2973 | 2984 | |
2974 | 2985 | .wp-block-button { |