Skip to content

Instantly share code, notes, and snippets.

@ZakharDay
Created October 1, 2015 16:52
Show Gist options
  • Save ZakharDay/f979aaf564af07db17d3 to your computer and use it in GitHub Desktop.
Save ZakharDay/f979aaf564af07db17d3 to your computer and use it in GitHub Desktop.
h1, h2, h3 {
font-weight: bold;
letter-spacing: -0.1px;
}
h1 {
margin-top: 213px;
font-size: 60px;
text-align: center;
letter-spacing: -2.4px;
}
h2 {
margin-top: 44px;
font-size: 35px;
letter-spacing: -0.2px;
}
h3 {
margin-top: 60px;
text-align: left;
font-size: 31px;
font-weight: normal;
color: rgba(0,0,0,0.44);
}
p, li {
font-size: 22px;
line-height: 1.5;
letter-spacing: 0.16px;
}
p {
margin-top: 30px;
}
p:first-of-type {
margin-top: 230px;
}
h2 + p {
margin-top: 8px;
}
b {
font-weight: bold;
}
a {
color: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment