Ticket #50026: 50026.diff
File 50026.diff, 1.1 KB (added by , 21 months ago) |
---|
-
src/wp-content/themes/twentytwenty/style-rtl.css
133 133 font-size: 1.8rem; 134 134 letter-spacing: -0.015em; 135 135 text-align: right; 136 display: flex; 137 flex-direction: column; 138 min-height: 100vh; 136 139 } 137 140 138 141 @supports ( font-variation-settings: normal ) { … … 153 156 154 157 #site-content { 155 158 overflow: hidden; 159 flex: 1; 156 160 } 157 161 158 162 -
src/wp-content/themes/twentytwenty/style.css
133 133 font-size: 1.8rem; 134 134 letter-spacing: -0.015em; 135 135 text-align: left; 136 display: flex; 137 flex-direction: column; 138 min-height: 100vh; 136 139 } 137 140 138 141 @supports ( font-variation-settings: normal ) { … … 153 156 154 157 #site-content { 155 158 overflow: hidden; 159 flex: 1; 156 160 } 157 161 158 162