I have a button; the size is large in a normal web/desktop view.
I would like to make it smaller when viewed on mobile.
I know about CSS breakpoints ... but I just dont know what properties to set/change to, to make the button small on mobile phone.
I can use CSS breakpoints to change font-size ... but to change the button size, I have no idea. I think I have to change the button class .. how do I do this?