Skip to content

Instantly share code, notes, and snippets.

@colmtuite
Last active August 29, 2015 14:03
Show Gist options
  • Save colmtuite/0918d261441254badfc9 to your computer and use it in GitHub Desktop.
Save colmtuite/0918d261441254badfc9 to your computer and use it in GitHub Desktop.
.btn-1 { font-size: 10px; }
.btn-2 { font-size: 14px; }
.btn-3 { font-size: 17px; }
.btn-4 { font-size: 21px; }
@media only screen and (min-width: 768px) {
.btn-1 { font-size: 12px; }
.btn-2 { font-size: 16px; }
.btn-3 { font-size: 19px; }
.btn-4 { font-size: 23px; }
}
@media only screen and (min-width: 1140px) {
.btn-1 { font-size: 14px; }
.btn-2 { font-size: 18px; }
.btn-3 { font-size: 21px; }
.btn-4 { font-size: 25px; }
}
@media only screen and (min-width: 1640px) {
.btn-1 { font-size: 16px; }
.btn-2 { font-size: 20px; }
.btn-3 { font-size: 23px; }
.btn-4 { font-size: 27px; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment