diff --git src/wp-content/themes/twentytwenty/style.css src/wp-content/themes/twentytwenty/style.css
index 128db2a..e3d95b5 100644
|
|
figure.wp-block-table.is-style-stripes { |
3578 | 3578 | |
3579 | 3579 | /* Alignment Classes ------------------------- */ |
3580 | 3580 | |
3581 | | .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) { |
| 3581 | .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.alignnone):not(.aligncenter) { |
3582 | 3582 | max-width: 58rem; |
3583 | 3583 | width: calc(100% - 4rem); |
3584 | 3584 | } |
3585 | 3585 | |
| 3586 | .entry-content figure.alignnone[style*="width"], |
| 3587 | .entry-content figure.aligncenter[style*="width"] { |
| 3588 | max-width: calc(100% - 4rem); |
| 3589 | } |
| 3590 | |
3586 | 3591 | [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) { |
3587 | 3592 | max-width: 58rem; |
3588 | 3593 | width: 100%; |
… |
… |
a.to-the-top > * { |
6306 | 6311 | |
6307 | 6312 | } |
6308 | 6313 | |
| 6314 | @media ( min-width: 620px ) { |
| 6315 | /* Entry Content ------------------------- */ |
| 6316 | |
| 6317 | /* ALIGNMENT CLASSES */ |
| 6318 | body:not(.template-full-width) .entry-content figure.alignnone[style*="width"], |
| 6319 | body:not(.template-full-width) .entry-content figure.aligncenter[style*="width"] { |
| 6320 | max-width: 58rem; |
| 6321 | } |
| 6322 | } |
| 6323 | |
6309 | 6324 | @media ( min-width: 1240px ) { |
6310 | 6325 | |
6311 | 6326 | |
… |
… |
a.to-the-top > * { |
6409 | 6424 | max-width: 25rem; |
6410 | 6425 | } |
6411 | 6426 | |
| 6427 | body:not(.template-full-width) .entry-content figure.alignnone[style*="width"], |
| 6428 | body:not(.template-full-width) .entry-content figure.aligncenter[style*="width"] { |
| 6429 | max-width: 120rem; |
| 6430 | } |
| 6431 | |
6412 | 6432 | /* Template: Full Width ------------------ */ |
6413 | 6433 | |
6414 | 6434 | body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) { |