1
0
Fork 0

Revert grid changes

merge-requests/68/head
Nikos Roussos 2015-09-27 15:35:29 -04:00
parent a61ccca50a
commit d47393b8ff
1 changed files with 1 additions and 7 deletions

View File

@ -47,7 +47,7 @@
{% block content %}
<div class="row sats">
{% for sat in satellites %}
<div class="col-md-4 satellite-group-item"
<div class="col-md-4 col-sm-6 col-xs-12 satellite-group-item"
data-selector="{{ sat.name|lower }}{{ sat.norad_cat_id }}{{ sat.names|lower }}">
<a href="{% url 'satellite' norad=sat.norad_cat_id %}" class="satellite-item">
<div class="row">
@ -71,12 +71,6 @@
</div>
</a>
</div>
{% if forloop.counter|divisibleby:3 %}
</div>
{% if not loop.last %}
<div class="row">
{% endif %}
{% endif %}
{% endfor %}
</div>