Making WordPress.org

Ticket #6629: 6629.diff

File 6629.diff, 652 bytes (added by viralsampat, 2 years ago)

I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.

  • style.css

     
    25002500/* Media Queries
    25012501============================================================= */
    25022502
    2503 @media screen and ( min-width: 415px ) {
     2503@media screen and ( min-width: 400px ) {
    25042504        .wptv-hero .secondary-videos li {
    25052505                max-width: initial;
    25062506                min-height: 75px;
     
    27122712        .entry .contact-form textarea {
    27132713                width: 98%;
    27142714        }
     2715
     2716        .wptv-hero .secondary-videos li {
     2717                max-width: 100%
     2718        }
     2719
     2720        .wptv-hero .secondary-videos .video-thumbnail img {
     2721                width: 100%;
     2722                height: auto;
     2723        }
     2724
    27152725}