diff --git a/app/views/public/index.html.haml b/app/views/public/index.html.haml
index 5f9d2ca7..bc4d115c 100644
--- a/app/views/public/index.html.haml
+++ b/app/views/public/index.html.haml
@@ -39,7 +39,7 @@
%ul.nav.nav-pills.nav-stacked
= nav_entry "Timeline", root_path
= nav_entry "Public", public_timeline_path
- = render 'shared/links'
+ .hidden-xs= render 'shared/links'
.col-md-9.col-xs-12.col-sm-9
= render 'layouts/messages'
diff --git a/app/views/static/index.html.haml b/app/views/static/index.html.haml
index fce08668..35df07d2 100644
--- a/app/views/static/index.html.haml
+++ b/app/views/static/index.html.haml
@@ -40,7 +40,7 @@
%ul.nav.nav-pills.nav-stacked
= nav_entry "Timeline", root_path
= nav_entry "Public", public_timeline_path
- = render 'shared/links'
+ .hidden-xs= render 'shared/links'
.col-md-9.col-xs-12.col-sm-9
= render 'layouts/messages'