• overtoneagency

    (@overtoneagency)


    In frontend.css you all declare a font size with !important for select, textarea and input objects. Why on earth would you do that? Come on folks, be specific.

    @media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input {
    font-size: 16px!important;
    }
    }

  • The topic ‘Bad CSS’ is closed to new replies.