Created
May 17, 2018 09:25
-
-
Save Swiip/55e95dedcb974021b6ff6a8f178ba2c4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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