Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/assets/stylesheets/index.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body[data-controller="home"][data-action="index"] {
@include background-image(linear-gradient(bottom top, lighten(#8e4487, 10%), lighten(#653060, 10%)));
}

margin-left: 75px;
margin-left: 20px;

.fi-social-github {
font-size: 1.8em;
Expand Down
2 changes: 1 addition & 1 deletion app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<p>We believe <%= link_to 'coders can be superheroes', "http://devslovebacon.com/conferences/bacon-2013/talks/developers-are-superheroes-and-so-can-you" %>.</br>
Join us to find open source, social impact projects that improve the world.</p>
</div>
<div id="sign_up" class="large-6 columns">
<div id="sign_up" class="large-6 columns text-center">
<% if user_signed_in? %>
<%= link_to '<i class="fi-laptop"></i> &nbsp;Start Coding Now'.html_safe, projects_path, :class => "large radius index button centered home-signup" %>
<% else %>
Expand Down