Modify cta text (#129)

This commit is contained in:
Ben Halpern 2018-03-22 21:07:08 -04:00 committed by GitHub
parent 52c9d4013d
commit 538e36dd7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

View file

@ -761,18 +761,21 @@ header{
background: lighten($yellow, 16%);
border: 1px solid darken($yellow, 15%);
box-shadow: 5px 6px 0px darken($yellow, 15%);
width: 640px;
width: 680px;
max-width:88%;
margin: auto;
text-align: center;
padding: 30px 12px;
font-size: 1.09em;
padding: 40px 5%;
font-size: 1.11em;
line-height: 1.33em;
margin-bottom: 30px;
a{
color: $black;
text-decoration: underline;
display: inline-block;
&.primary-cta-link{
font-size: 1.35em;
}
}
}

View file

@ -26,7 +26,7 @@
</div>
<% unless user_signed_in? %>
<div class="showpage-signin-cta cta" id="showpage-signin-cta">
<a href="/">dev.to</a> is where software developers publish and get feedback.
<span style="display:block;margin-top:15px;"><a href="/enter" id="primary-cta-link">Signing up (for free!) is the first step.</a></span>
<a href="/">dev.to</a> is where software developers stay in the loop and avoid career stagnation.
<span style="display:block;margin-top:30px;"><a href="/enter" id="primary-cta-link" class="primary-cta-link">Signing up (for free!) is the first step.</a></span>
</div>
<% end %>