Making WordPress.org

Ticket #6244: 6244.patch

File 6244.patch, 700 bytes (added by multidots1896, 2 years ago)

added patch

  • wordpress.tv/public_html/wp-content/themes/wptv2/style.css

     
    25002500/* Media Queries
    25012501============================================================= */
    25022502
     2503@media screen and ( max-width: 415px ) {
     2504        .wptv-hero .secondary-videos li {
     2505                max-width: 100%;
     2506        }
     2507        .wptv-hero .secondary-videos .video-thumbnail img {
     2508                width: 100%;
     2509                height: auto;
     2510        }
     2511}
     2512
    25032513@media screen and ( min-width: 415px ) {
    25042514        .wptv-hero .secondary-videos li {
    25052515                max-width: initial;