Changeset 48514
- Timestamp:
- 07/20/2020 01:27:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/style-rtl.css
r48073 r48514 5641 5641 5642 5642 @-moz-document url-prefix() { 5643 .entry .entry-content .has-drop-cap:not(:focus): :first-letter {5643 .entry .entry-content .has-drop-cap:not(:focus):first-letter { 5644 5644 margin-top: 0.2em; 5645 5645 } … … 6022 6022 /* Remove duplicate rule-line when a separator 6023 6023 * is followed by an H1, or H2 */ 6024 } 6025 6026 .entry .entry-content .wp-block-separator:not(.wp-block-separator), 6027 .entry .entry-content hr:not(.wp-block-separator) { 6028 max-width: 100%; 6029 } 6030 6031 @media only screen and (min-width: 768px) { 6032 .entry .entry-content .wp-block-separator:not(.wp-block-separator), 6033 .entry .entry-content hr:not(.wp-block-separator) { 6034 max-width: calc(8 * (100vw / 12) - 28px); 6035 } 6036 } 6037 6038 @media only screen and (min-width: 1168px) { 6039 .entry .entry-content .wp-block-separator:not(.wp-block-separator), 6040 .entry .entry-content hr:not(.wp-block-separator) { 6041 max-width: calc(6 * (100vw / 12) - 28px); 6042 } 6024 6043 } 6025 6044
Note: See TracChangeset
for help on using the changeset viewer.