I know it’s probably a CSS setting that I am missing, but I am trying to create a grid of 4 buttons. On desktop, they would all be in one row straight across. As the screen width decreases to tablet and mobile, the buttons should stack appropriately when there isn’t room in the row.
The problem that I am having is that desktop and mobile look fine, the buttons stack on mobile as you would expect. But on tablet or any reduced width, the buttons themselves start to shrink down. See an image of this here: https://i.redd.it/3743kym5bgfa1.png
Is this CSS, or a setting on the buttons/grid that I need to change?
Thank you