responsive on small screen

This commit is contained in:
ty kayn 2019-06-12 10:35:58 +02:00
parent 01249bf182
commit 91c89165c3

View File

@ -1,7 +1,7 @@
{% verbatim %}
<div class="horizontal-land">
<div class="super-large" style="min-width: {{(1+categories.length) * 400}}px">
<div class="category-listing one-category col-xs-4 col-sm-3 " ng-repeat="c in categories"
<div class="category-listing one-category col-xs-12 col-sm-4 " ng-repeat="c in categories"
ng-if="! c.hidden">
<h2 ng-class="{'hidden':c.hidden}">
@ -37,4 +37,4 @@
</div>
</div>
{% endverbatim %}
{% endverbatim %}