13/8

 avatar
user_5640414
css
5 months ago
311 B
6
Indexable
@media screen and (max-width:768px) {
    .js-search-header {
        background: #f0f0f0;
        border-radius: 0px;
        width: 150px;   
        margin-right: 16px;
    }

    .js-search-header .icon__fallback-text {
        position: initial;
        font-size: 14px;
        color: #7b7b7b;    
    }
}
Leave a Comment