Ticket #46363: 46363.3.diff
File 46363.3.diff, 1.7 KB (added by , 5 years ago) |
---|
-
src/wp-admin/css/about.css
307 307 padding-top: 16px; 308 308 padding-bottom: 16px; 309 309 } 310 311 .about__section.med-2-columns { 312 display: -ms-grid; 313 display: grid; 314 -ms-grid-columns: (1fr)[2]; 315 grid-template-columns: repeat(2, 1fr); 316 } 317 318 .about__section.med-2-columns .column:nth-of-type(2n+1) { 319 -ms-grid-column: 1; 320 grid-column-start: 1; 321 } 322 323 .about__section.med-2-columns .column:nth-of-type(2n) { 324 -ms-grid-column: 2; 325 grid-column-start: 2; 326 } 310 327 } 311 328 312 329 @media screen and (max-width: 600px) { … … 327 344 } 328 345 } 329 346 347 @media screen and (max-width: 420px) { 348 .about__section.med-2-columns { 349 display: block; 350 padding-bottom: 16px; 351 } 352 353 .about__section.med-2-columns .column:nth-of-type(n) { 354 padding-top: 16px; 355 padding-bottom: 16px; 356 } 357 } 358 359 330 360 /* 1.2 - Typography & Elements */ 331 361 332 362 .about__container { … … 1113 1143 } 1114 1144 1115 1145 .freedoms-php .column .freedoms-image { 1116 background-image: url('../images/freedoms -2x.png');1146 background-image: url('../images/freedoms.png'); 1117 1147 background-size: 100%; 1118 1148 padding-top: 100%; 1119 1149 } -
src/wp-admin/freedoms.php
59 59 60 60 <hr /> 61 61 62 <div class="about__section has-4-columns ">62 <div class="about__section has-4-columns med-2-columns"> 63 63 <div class="column"> 64 64 <div class="freedoms-image"></div> 65 65 <h2 class="is-smaller-heading"><?php _e( 'The 1st Freedom' ); ?></h2>