Created
May 8, 2018 09:30
-
-
Save sbmaxx/a9d397418dabe80533014fbe219a6d73 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
.page { | |
background-color: #fff6f1; | |
font-family: Georgia, serif; | |
} | |
.header_wide-logo .image { | |
background-position-x: center | |
} | |
.header__title-link { | |
text-align: center | |
} | |
.title { | |
font-family: Helvetica Neue, sans-serif; | |
font-size: 27px; | |
line-height: 30px; | |
font-weight: 400; | |
} | |
.cover__description { | |
color: #857871; | |
font-size: 12px | |
} | |
.page__cover + .page__markup { | |
margin-top: 5px | |
} | |
.paragraph.markup__paragraph { | |
font-size: 17px; | |
line-height: 22px; | |
color: #423e3d; | |
margin-bottom: 15px; | |
} | |
.link { | |
color: #2e6f6f | |
} | |
.page__reference-button { | |
background-color: transparent; | |
border: 1px solid #e3d1c7; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment