I did fix the banner on desktop but mobile is not yet right.
Desktop
@media only screen and (min-width: 749px){
.banner__buttons.banner__buttons–multiple {
justify-content: center;
gap: 90%;
flex-wrap: nowrap;
}
}
How to fix in mobile ?
Also, how can I place “New Arrivals” text a bit higher on desktop ?