button-style.tpl 363 B

123456789101112131415
  1. <style>
  2. .button-resize { font-size: 80%; }
  3. @media screen and (min-width:35.5em){
  4. .button-resize { font-size: 80%; }
  5. }
  6. @media screen and (min-width:40em){
  7. .button-resize { font-size: 85%; }
  8. }
  9. @media screen and (min-width:64em){
  10. .button-resize { font-size: 100%; }
  11. }
  12. @media screen and (min-width:80em){
  13. .button-resize { font-size: 110%; }
  14. }
  15. </style>