Hello fellow CSS learners!
I am currently working on a frontend mentor exercise involving a 3-card preview. I noticed that after adding a hover state to the buttons, the entire card expands slightly when hovered over. The cards were created using flexbox, and despite my efforts, I have been unable to pinpoint the cause of this issue.
To see the complete setup, you can visit this link: https://codepen.io/Dungeoner999/pen/JjELjmB
/*-----*/
Does anyone have any insights on why this is happening and how I can ensure that the card sizes remain fixed?