@media only screen and (min-width: @screen-small ) and (max-width: @screen-medium - 1) { /* 480 - 800 */ button { font-size: 10px !important; } } @media only screen and (max-width: @screen-small) { /* 480 */ button { font-size: 9px !important; } }