responsive on small screen
This commit is contained in:
parent
01249bf182
commit
91c89165c3
@ -1,7 +1,7 @@
|
|||||||
{% verbatim %}
|
{% verbatim %}
|
||||||
<div class="horizontal-land">
|
<div class="horizontal-land">
|
||||||
<div class="super-large" style="min-width: {{(1+categories.length) * 400}}px">
|
<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">
|
ng-if="! c.hidden">
|
||||||
|
|
||||||
<h2 ng-class="{'hidden':c.hidden}">
|
<h2 ng-class="{'hidden':c.hidden}">
|
||||||
@ -37,4 +37,4 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endverbatim %}
|
{% endverbatim %}
|
||||||
|
Loading…
Reference in New Issue
Block a user