Making WordPress.org

Ticket #6629: 6629.2.diff

File 6629.2.diff, 532 bytes (added by viralsampat, 2 years ago)

I have added patch for "Latest Video" section and resolved it. Also, I have attached its screenshots.

  • style.css

     
    26862686        }
    26872687}
    26882688
     2689@media screen and ( max-width:690px ) {
     2690        .video-list li {
     2691                flex: 30%;
     2692                margin-bottom: 20px;
     2693                padding: 0 5px;
     2694        }
     2695}
     2696
    26892697@media screen and ( max-width:620px ) {
    26902698        .dot {
    26912699                display: none;
     
    27122720        .entry .contact-form textarea {
    27132721                width: 98%;
    27142722        }
     2723
     2724        .video-list li {
     2725                flex: 45%;
     2726                margin-bottom: 20px;
     2727                padding: 0 5px;
     2728        }
    27152729}