Unstacking logos from logo list in Debut on mobile view

is this possible? I have 5 x 2 on desktop but stacked they take up too much space on mobile

@mrswastewater

Please share store URL!

Thanks!

mrswastewater.myshopify.com

password saoner

@mrswastewater

Please try this css

1- Click on Online store => Actions => Edit code => theme.scss.liquid OR timber.scss.liquid

2- At the very bottom of the code paste the following code:

@media screen and (min-width: 591px) {
 .logo-bar__item {max-width: 110px;}  
}

Thanks!

Hey, this just made the logos smaller, they remained stacked on mobile view