Skip to content

Instantly share code, notes, and snippets.

@Swiip
Created May 17, 2018 09:25
Show Gist options
  • Save Swiip/55e95dedcb974021b6ff6a8f178ba2c4 to your computer and use it in GitHub Desktop.
Save Swiip/55e95dedcb974021b6ff6a8f178ba2c4 to your computer and use it in GitHub Desktop.
const BigBB8 = BB8.extend`
zoom: 200%;
@media (max-width: 700px) {
zoom: 150%;
}
@media (max-width: 500px) {
zoom: 100%;
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment