Created
October 12, 2017 15:04
-
-
Save richtabor/77a2b137a47f14f791ec181e1a6c1270 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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