Created
December 22, 2018 20:08
-
-
Save richtabor/9ff69ad1bb5952dc934c2acd5198b221 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 { | |
color: $color__text-main; | |
font-family: $font__body; | |
font-size: $font__size-md; | |
@media screen and (min-width: 599px) { | |
font-size: $font__size_base; | |
} | |
} | |
p { | |
font-size: $font__size-md; | |
font-weight: $font__weight-body; | |
line-height: $font__line-height-body !important; | |
text-rendering: optimizeLegibility; | |
@media screen and (min-width: 599px) { | |
font-size: $font__size_base; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment