Created
March 10, 2020 07:46
-
-
Save kartiknair/d1b592c2223cbc4611acf5b7f71cc662 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
:root { | |
font-size: calc(0.75rem + 0.5vw); | |
} | |
.grotesk { | |
width: 60%; | |
margin: 5% 20% 0 20%; | |
} | |
@media (max-width: 500px) { | |
.grotesk { | |
width: 80%; | |
margin: 8% 10% 0 10%; | |
} | |
} | |
img { | |
max-width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment