Merge pull request #5375 from raisedadead/fix/labs-page-button-not-centered
Fixed the labs page "Start Learning" button to centered
This commit is contained in:
@ -18,5 +18,8 @@ block content
|
|||||||
p= project.description
|
p= project.description
|
||||||
|
|
||||||
if !user
|
if !user
|
||||||
a.btn.btn-cta.signup-btn.btn-primary(href="/login") Start learning to code (it's free)
|
.spacer
|
||||||
.spacer
|
.row
|
||||||
|
.col-xs-12.col-sm-8.col-sm-offset-2
|
||||||
|
a.btn.btn-cta.signup-btn.btn-block(href="/signin") Learn to code today (it's free)
|
||||||
|
.spacer
|
||||||
|
Reference in New Issue
Block a user