13/8 V2

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

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