diff --git a/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss b/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
index 34ec126231..8a0cb95238 100644
a
|
b
|
|
516 | 516 | |
517 | 517 | @include postContentMaxWidth(); |
518 | 518 | |
519 | | @include media(tablet) { |
520 | | margin: 0; |
521 | | width: $size__site-tablet-content; |
522 | | |
523 | | img { |
524 | | margin: 0 auto; |
525 | | } |
526 | | } |
527 | | |
528 | | @include media(desktop) { |
529 | | width: $size__site-desktop-content; |
| 519 | width: 100%; |
530 | 520 | |
531 | | img { |
532 | | margin: 0 auto; |
533 | | } |
| 521 | img { |
| 522 | margin: 0 auto; |
534 | 523 | } |
535 | 524 | } |
536 | 525 | |