diff --git wp-content/themes/twentytwenty/style.css wp-content/themes/twentytwenty/style.css
index ad794b9..a312713 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(figure.alignnone):not(figure.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 | body:not(.template-full-width) .entry-content figure.alignnone[style*="width"], |
| | 6298 | body:not(.template-full-width) .entry-content figure.aligncenter[style*="width"] { |
| | 6299 | max-width: 58rem; |
| | 6300 | } |
| | 6301 | } |
| | 6302 | |
| 6291 | 6303 | @media ( min-width: 1240px ) { |
| 6292 | 6304 | |
| 6293 | 6305 | |
| … |
… |
a.to-the-top > * { |
| 6391 | 6403 | max-width: 25rem; |
| 6392 | 6404 | } |
| 6393 | 6405 | |
| | 6406 | body:not(.template-full-width) .entry-content figure.alignnone[style*="width"], |
| | 6407 | body:not(.template-full-width) .entry-content figure.aligncenter[style*="width"] { |
| | 6408 | max-width: 120rem; |
| | 6409 | } |
| | 6410 | |
| 6394 | 6411 | /* Template: Full Width ------------------ */ |
| 6395 | 6412 | |
| 6396 | 6413 | body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) { |