Skip to content

Commit

Permalink
Make the sidebar disapear on small screen (bazelbuild#20)
Browse files Browse the repository at this point in the history
* Make the sidebar disapear on small screen

* Make the sidebar disappear on small screen 2
  • Loading branch information
steren authored Jun 30, 2017
1 parent 72a2cfa commit 6dfc78f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/blog-sidebar.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="col-lg-3">
<div class="col-lg-3 hidden-sm hidden-xs">
<h2>Twitter</h2>
<p>For more frequent updates, follow us on Twitter.</p>
<p><a class="twitter-follow-button" href="https://twitter.com/bazelbuild" data-show-count="false" data-size="large">Follow @bazelbuild</a></p>
Expand Down
1 change: 0 additions & 1 deletion _layouts/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ <h1>Bazel Blog</h1>
{% include blog-twitter-js.html %}
</body>
</html>

0 comments on commit 6dfc78f

Please sign in to comment.