Skip to content

Instantly share code, notes, and snippets.

@kartiknair
Created March 10, 2020 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kartiknair/d1b592c2223cbc4611acf5b7f71cc662 to your computer and use it in GitHub Desktop.
Save kartiknair/d1b592c2223cbc4611acf5b7f71cc662 to your computer and use it in GitHub Desktop.
: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