Making WordPress.org

Ticket #3528: 3528.patch

File 3528.patch, 439 bytes (added by raajtram, 7 years ago)

WP4: Prevent zoom-in on search box

  • wp4.css

     
    482482  }
    483483}
    484484
     485@media screen and (max-width:768px) {
     486        #head-search input.text {
     487                font-size: 16px;
     488  }
     489}
     490
    485491@media screen and (min-width:769px) {
    486492
    487493        #wporg-header {
     
    23772383.notification-danger {
    23782384        background: #f2dede;
    23792385}