Last active
July 5, 2016 14:22
-
-
Save richtabor/10f435be6f231f1afd0cf1fd25234bcb 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 { | |
font-family: | |
font-size: | |
} | |
body #content { | |
line-height: | |
} | |
body #content p { | |
letter-spacing: | |
word-spacing: | |
} | |
body .hero .entry-title, | |
body .project-caption, | |
body.single .navigation a { | |
font-family: | |
font-size: | |
} | |
@media screen and (max-width: 1920px) and (min-width: 823px) { | |
body .hero .entry-title, | |
body .project-caption, | |
body.single .navigation a { | |
font-size: | |
line-height: | |
} | |
} | |
@media screen and (min-width: 1920px) { | |
body .hero .entry-title, | |
body .project-caption, | |
body.single .navigation a { | |
font-size: | |
line-height: | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment