Merge pull request #2885 from schalkwijk/clickable-homepage-cta

Make READ THE INTRODUCTION button on homepage clickable
This commit is contained in:
James Phillips 2017-04-11 22:10:37 -07:00 committed by GitHub
commit fc95c019d5

View File

@ -72,7 +72,7 @@
font-weight: $font-weight-bold; font-weight: $font-weight-bold;
line-height: 1.25; line-height: 1.25;
letter-spacing: -0.02em; letter-spacing: -0.02em;
margin: 0; margin-top: 80px;
padding: 0; padding: 0;
} }
@ -167,7 +167,6 @@
} }
&#cta { &#cta {
margin-top: -150px;
padding: 0 0 50px 0; padding: 0 0 50px 0;
text-align: center; text-align: center;
} }
@ -181,7 +180,7 @@
font-family: $font-family-monospace; font-family: $font-family-monospace;
font-size: 14px; font-size: 14px;
line-height: 1.8; line-height: 1.8;
margin: 20px auto 120px auto; margin: 20px auto auto auto;
padding: 10px 20px 20px 20px; padding: 10px 20px 20px 20px;
.terminal-content { .terminal-content {