Ticket #6629: 6629.diff
File 6629.diff, 652 bytes (added by , 2 years ago) |
---|
-
style.css
2500 2500 /* Media Queries 2501 2501 ============================================================= */ 2502 2502 2503 @media screen and ( min-width: 4 15px ) {2503 @media screen and ( min-width: 400px ) { 2504 2504 .wptv-hero .secondary-videos li { 2505 2505 max-width: initial; 2506 2506 min-height: 75px; … … 2712 2712 .entry .contact-form textarea { 2713 2713 width: 98%; 2714 2714 } 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 2715 2725 }