Skip to content

Instantly share code, notes, and snippets.

@richtabor
Created October 12, 2017 15:04
Show Gist options
  • Save richtabor/77a2b137a47f14f791ec181e1a6c1270 to your computer and use it in GitHub Desktop.
Save richtabor/77a2b137a47f14f791ec181e1a6c1270 to your computer and use it in GitHub Desktop.
body.single-portfolio .navigation a {
font-size: 40px;
}
@media screen and (max-width: 1920px) and (min-width: 823px) {
body.single-portfolio .navigation a {
font-size: 4.75vw;
}
}
@media screen and (min-width: 1920px) {
body.single-portfolio .navigation a {
font-size: 90px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment