How to reduce text or arrive size on collections list - dawn

referring to the above, id like the arrow on elvis to be aligned like the others. how can i reduce text of collections title or arrow size to get them all on same row? Password: yuteld. https://boogie-beans.myshopify.com/

Hi,

you want to reduce size in mobile only???

Thank you.

hi yes pls, mobile only if possible?

Please add below css code in bottom of assets/base.css file

.card__content a.full-unstyled-link {
font-size: 13px;
}
.card__content svg.icon.icon-arrow {
height: 8px;
width: 16px;
}

Thank you.