Commit 42350cb082e8a9ffef1ff4cf6b3fc74497d45391

Authored by Sergio Oliveira
1 parent c4a4926a

Small tweak for sm screens

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/planet/templates/feedzilla/base.html
... ... @@ -6,11 +6,11 @@
6 6 <hr/>
7 7  
8 8 <div id="planet" class="row">
9   - <div class="col-lg-9 col-md-9 col-sm-12">
  9 + <div class="col-lg-9 col-md-8 col-sm-12">
10 10 {% block feedzilla_content %}{% endblock %}
11 11 </div>
12 12  
13   - <div class="col-lg-3 col-md-3 col-sm-12">
  13 + <div class="col-lg-3 col-md-4 col-sm-12">
14 14 <div class="well">
15 15 <h3>{% trans 'Tags' %}</h3>
16 16 {% feedzilla_tag_cloud %}
... ...