I’m attempting a google-esque card display with horizontally scrollable cards. To achieve horizontal scrolling I am making use of <ion-scroll scrollX="true">. Scrolling is working fine, my only issue is that I can’t figure out how to change the distance between the cards.
I accidentally opened the scss file for the page where this component lives and realized I had written some styles in there that were overwriting anything I modified in the component specific scss file. Complete mistake; I knew cards had padding on their own.