hide social buttons on small screens

This commit is contained in:
Lee Lawlor 2014-08-05 16:00:27 -04:00
parent 856afd64ce
commit 0e142458f5

View File

@ -9,6 +9,7 @@
</div>
<% end %>
<span class="hidden-xs hidden-sm">
<div class="addthis_toolbox addthis_default_style buttonlets padded tweetButton">
<a class="addthis_button_tweet"></a>
</div>
@ -21,6 +22,8 @@
<div class="addthis_toolbox addthis_default_style buttonlets padded">
<a class="addthis_counter addthis_pill_style"></a>
</div>
</span>
</div>
<script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4f9168ce642d4694"></script>