diff --git wp-content/themes/twentytwenty/style.css wp-content/themes/twentytwenty/style.css
index ad794b9..51dcb20 100755
|
|
figure.wp-block-table.is-style-stripes { |
3569 | 3569 | |
3570 | 3570 | /* Alignment Classes ------------------------- */ |
3571 | 3571 | |
3572 | | .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) { |
| 3572 | .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.alignnone):not(.aligncenter) { |
3573 | 3573 | max-width: 58rem; |
3574 | 3574 | width: calc(100% - 4rem); |
3575 | 3575 | } |
3576 | 3576 | |
| 3577 | .entry-content figure.alignnone[style*="width"], |
| 3578 | .entry-content figure.aligncenter[style*="width"] { |
| 3579 | max-width: calc(100% - 4rem); |
| 3580 | } |
| 3581 | |
3577 | 3582 | [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) { |
3578 | 3583 | max-width: 58rem; |
3579 | 3584 | width: 100%; |
… |
… |
a.to-the-top > * { |
6288 | 6293 | |
6289 | 6294 | } |
6290 | 6295 | |
| 6296 | @media ( min-width: 620px ) { |
| 6297 | |
| 6298 | |
| 6299 | /* Entry Content ------------------------- */ |
| 6300 | |
| 6301 | /* ALIGNMENT CLASSES */ |
| 6302 | body:not(.template-full-width) .entry-content figure.alignnone[style*="width"], |
| 6303 | body:not(.template-full-width) .entry-content figure.aligncenter[style*="width"] { |
| 6304 | max-width: 58rem; |
| 6305 | } |
| 6306 | } |
| 6307 | |
6291 | 6308 | @media ( min-width: 1240px ) { |
6292 | 6309 | |
6293 | 6310 | |
… |
… |
a.to-the-top > * { |
6391 | 6408 | max-width: 25rem; |
6392 | 6409 | } |
6393 | 6410 | |
| 6411 | body:not(.template-full-width) .entry-content figure.alignnone[style*="width"], |
| 6412 | body:not(.template-full-width) .entry-content figure.aligncenter[style*="width"] { |
| 6413 | max-width: 120rem; |
| 6414 | } |
| 6415 | |
6394 | 6416 | /* Template: Full Width ------------------ */ |
6395 | 6417 | |
6396 | 6418 | body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) { |