Change Product Font Size on "Quick Add" Menu (Mobile)

I currently have the Quick Add button enabled under my products and the product title font is a bit too big when viewed on mobile. Is there a way to make this smaller?

Thanks :slightly_smiling_face:

URL: https://leediastore.com/

password: yaurow

@LEEDIA - add this css to the end of your base.css file and check, adjust numbers as per the need

@media screen and (max-width:749px){
.quick-add-modal .product__title>a .h1{font-size: 24px; line-height: 32px;}
}

This worked perfectly. Thank you so much!