Button-bar with larger separator

Dummy question here… I would like to increase the separator space between buttons in a button bar I have defined inside a footer. I haven’t had any luck determining what css attribute to change. Thanks for any pointers!

 <ion-footer-bar ng-show='displayFooter();' align-title="left" class="bar-positive">
        <div  class="button-bar">
            <a class="button">Stuff</a>
            <a class="button">Foo</a>
            <a class="button">Bar</a>
            <a class="button">More</a>
        </div>
    </ion-footer-bar>

Never mind… I’m a dummy… I just had to change the button class. Yes, I’m embarrassed…

1 Like

Dummy here, wondering about the same Would be happy if you post your solution.