dhg / Skeleton

Skeleton: A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development
http://www.getskeleton.com
MIT License
19.08k stars 3.15k forks source link

How do I make the buttons smaller? #393

Open jamiebullock opened 4 years ago

jamiebullock commented 4 years ago

I want a pair of buttons in the top right of my site, but about half the size of the buttons in Skeleton. Is there an easy way to achieve this?

Thanks!

arcsector commented 4 years ago

Copy the button css into a new class, maybe .button-half. Then, edit the attributes you want (most likely height and width attributes, and padding as well).