diff --git a/app/views/static/_front.html.haml b/app/views/static/_front.html.haml
index eaa5f84d..f76bd718 100644
--- a/app/views/static/_front.html.haml
+++ b/app/views/static/_front.html.haml
@@ -9,21 +9,22 @@
%small
Already a member?
= link_to 'Sign in', new_user_session_path
-%h2.text-center Features
-.row.text-center
- .col-md-4.col-sm-4.col-xs-12
- %h3
- Ask and answer questions
- %p
- With justask you can ask people questions and answer questions from other users or unregistered people. Want to know something more? Keep the discussion ongoing in the comments!
- .col-md-4.col-sm-4.col-xs-12
- %h3
- Follow users and get followed
- %p
- Following users allows you to get a personalized feed of all people you want to know more about. You can also send a question to all your followers at once!
- .col-md-4.col-sm-4.col-xs-12
- %h3
- Sharing to other networks
- %p
- Want to share your answer to a question that more people can read it? With the simple click on a button, your answer is shared where you want!
- = render "shared/links"
\ No newline at end of file
+.container-fluid
+ %h2.text-center Features
+ .row.text-center
+ .col-md-4.col-sm-4.col-xs-12
+ %h3
+ Ask and answer questions
+ %p
+ With justask you can ask people questions and answer questions from other users or unregistered people. Want to know something more? Keep the discussion ongoing in the comments!
+ .col-md-4.col-sm-4.col-xs-12
+ %h3
+ Follow users and get followed
+ %p
+ Following users allows you to get a personalized feed of all people you want to know more about. You can also send a question to all your followers at once!
+ .col-md-4.col-sm-4.col-xs-12
+ %h3
+ Sharing to other networks
+ %p
+ Want to share your answer to a question so that more people read it? With a simple click on the answer button, your answer is shared wherever you want!
+= render "shared/links"
\ No newline at end of file