Browse Source

fix mobile layout in dataset list

tags/vopendata0.1.2
yan 5 years ago
parent
commit
4695a3b9cb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      custom/templates/datasets/index.tmpl

+ 2
- 2
custom/templates/datasets/index.tmpl View File

@@ -5,11 +5,11 @@
<div class="ui grid">
{{template "explore/navbar" .}}

<div class="ui sixteen mobile ten wide tablet computer column">
<div class="ui sixteen wide mobile ten wide tablet ten wide computer column">
{{template "datasets/dataset_list" .}}
{{template "base/paginate" .}}
</div>
<div class="ui sixteen mobile six tablet four wide computer column">
<div class="ui sixteen wide mobile six wide tablet four wide computer column">
{{template "explore/repo_right" .}}
</div>
</div>


Loading…
Cancel
Save