Answers for "target id in media query"

0

target id in media query

@media only screen and (max-width: 767px) {
    /* your iframe */
    .responsive #frame { 
        width: 100%!important;
        max-width: 100%!important;
    }
}
Posted by: Guest on May-31-2021

Browse Popular Code Answers by Language