Which CSS File Controls Display of Featured Collection (Mobile)?

Hello. I want to add space between the rows for a Featured Collection display on a mobile device. I can’t find the file which contains this CSS code (yet). If you happen to know and can share that with me it would be appreciated. If it matters, I am using the Dawn theme.

Thanks in advance.

Steve

@mooseshoes - you will have base.css file in your dawn theme, it controls css, add your custom css to the end of that file

Thank you for your response. I am aware of base.css. I am expecting that there is pre-existing CSS for displaying featured collections on a mobile resolution screen and that is what I want to edit. That is the CSS I’m trying to find as there is a host of CSS files for various elements. Are you able to confirm that what I need is in base.css? Thank you.

@mooseshoes - yes, you can add your custom css for featured collection to the end of your base.css file

Thanks again. So you are saying there is no pre-existing CSS in Dawn for displaying featured collections on a mobile device? I’m having trouble believing that.

@mooseshoes - I never said that, , please add your custom to base.css file

your existing css is in base.css file, or styles/components files

OK, I’ll look again for it there. Cheers.