@LeskimSubmitted over 3 years ago
My styling of the buttons gets wierd on tablet view. What can I do to remedy this ?
My styling of the buttons gets wierd on tablet view. What can I do to remedy this ?
you should give all three .card-centent width of 33.3333333333% and on your .btn you should add display: flex; justify-content: center; align-items: center; width:50%; margin: 0px auto; also change the margin-left&right to 10% from 20%
this should fix it somewhat you should also add 100% width to your .card-content at max-width of 600px.
You can also check my sollution for this it might help but its very messy