remove main CTAs
This commit is contained in:
parent
6384e25673
commit
5af8f1a20f
@ -150,7 +150,7 @@ a.pure-button-primary {
|
||||
overflow: hidden;
|
||||
/* The following styles are required for the "scroll-over" effect */
|
||||
width: 100%;
|
||||
height: 23em;
|
||||
height: 20em;
|
||||
top: 0;
|
||||
left: 0;
|
||||
position: fixed !important;
|
||||
@ -179,7 +179,7 @@ a.pure-button-primary {
|
||||
.content-wrapper {
|
||||
/* These styles are required for the "scroll-over" effect */
|
||||
position: absolute;
|
||||
top: 23em;
|
||||
top: 20em;
|
||||
width: 100%;
|
||||
min-height: 12%;
|
||||
z-index: 2;
|
||||
|
@ -31,8 +31,10 @@
|
||||
<p class="splash-subhead">
|
||||
The free software social networking platform.
|
||||
</p>
|
||||
<!--
|
||||
<a href="communities/" class="pure-button pure-button-primary">Join</a>
|
||||
<a href="v2/" class="pure-button pure-button-primary">Version 2</a>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
|
Loading…
Reference in New Issue
Block a user