diff --git a/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss b/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
index a7f215c984..78e6a2c556 100644
a
|
b
|
|
684 | 684 | max-width: 2.25em; |
685 | 685 | text-align: left; |
686 | 686 | |
| 687 | &:not(.wp-block-separator) { |
| 688 | @include postContentMaxWidth(); |
| 689 | } |
| 690 | |
687 | 691 | &.is-style-wide { |
688 | 692 | max-width: 100%; |
689 | 693 | @include postContentMaxWidth(); |
diff --git a/src/wp-content/themes/twentynineteen/style-rtl.css b/src/wp-content/themes/twentynineteen/style-rtl.css
index 248e790b47..a08709ee31 100644
a
|
b
|
body.page .main-navigation { |
2958 | 2958 | line-height: 1.2; |
2959 | 2959 | text-shadow: none; |
2960 | 2960 | padding: calc( .5 * 1rem) 1rem calc( .5 * 1rem) calc( 24px + 1rem); |
2961 | | white-space: nowrap; |
| 2961 | max-width: 20rem; |
2962 | 2962 | } |
2963 | 2963 | |
2964 | 2964 | .main-navigation .sub-menu > li > a:hover, .main-navigation .sub-menu > li > a:focus, |
… |
… |
body.page .main-navigation { |
5639 | 5639 | margin: 0 0 0 0.25em; |
5640 | 5640 | } |
5641 | 5641 | |
| 5642 | @-moz-document url-prefix() { |
| 5643 | .entry .entry-content .has-drop-cap:not(:focus):first-letter { |
| 5644 | margin-top: 0.2em; |
| 5645 | } |
| 5646 | } |
| 5647 | |
5642 | 5648 | .entry .entry-content .wp-block-pullquote { |
5643 | 5649 | border-color: transparent; |
5644 | 5650 | border-width: 2px; |
… |
… |
body.page .main-navigation { |
6017 | 6023 | * is followed by an H1, or H2 */ |
6018 | 6024 | } |
6019 | 6025 | |
| 6026 | @media only screen and (min-width: 768px) { |
| 6027 | .entry .entry-content .wp-block-separator:not(.wp-block-separator), |
| 6028 | .entry .entry-content hr:not(.wp-block-separator) { |
| 6029 | max-width: calc(8 * (100vw / 12) - 28px); |
| 6030 | } |
| 6031 | } |
| 6032 | |
| 6033 | @media only screen and (min-width: 1168px) { |
| 6034 | .entry .entry-content .wp-block-separator:not(.wp-block-separator), |
| 6035 | .entry .entry-content hr:not(.wp-block-separator) { |
| 6036 | max-width: calc(6 * (100vw / 12) - 28px); |
| 6037 | } |
| 6038 | } |
| 6039 | |
6020 | 6040 | .entry .entry-content .wp-block-separator.is-style-wide, |
6021 | 6041 | .entry .entry-content hr.is-style-wide { |
6022 | 6042 | max-width: 100%; |
diff --git a/src/wp-content/themes/twentynineteen/style.css b/src/wp-content/themes/twentynineteen/style.css
index dc99af1dd4..0602449475 100644
a
|
b
|
body.page .main-navigation { |
5652 | 5652 | } |
5653 | 5653 | |
5654 | 5654 | @-moz-document url-prefix() { |
5655 | | .entry .entry-content .has-drop-cap:not(:focus)::first-letter { |
| 5655 | .entry .entry-content .has-drop-cap:not(:focus):first-letter { |
5656 | 5656 | margin-top: 0.2em; |
5657 | 5657 | } |
5658 | 5658 | } |
… |
… |
body.page .main-navigation { |
6035 | 6035 | * is followed by an H1, or H2 */ |
6036 | 6036 | } |
6037 | 6037 | |
| 6038 | @media only screen and (min-width: 768px) { |
| 6039 | .entry .entry-content .wp-block-separator:not(.wp-block-separator), |
| 6040 | .entry .entry-content hr:not(.wp-block-separator) { |
| 6041 | max-width: calc(8 * (100vw / 12) - 28px); |
| 6042 | } |
| 6043 | } |
| 6044 | |
| 6045 | @media only screen and (min-width: 1168px) { |
| 6046 | .entry .entry-content .wp-block-separator:not(.wp-block-separator), |
| 6047 | .entry .entry-content hr:not(.wp-block-separator) { |
| 6048 | max-width: calc(6 * (100vw / 12) - 28px); |
| 6049 | } |
| 6050 | } |
| 6051 | |
6038 | 6052 | .entry .entry-content .wp-block-separator.is-style-wide, |
6039 | 6053 | .entry .entry-content hr.is-style-wide { |
6040 | 6054 | max-width: 100%; |