We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b8fa9b + 3af3cc4 commit 81afc2bCopy full SHA for 81afc2b
1 file changed
views/pages/categoryListPage.html
@@ -21,14 +21,16 @@ <h4 class="list-group-item-heading">{{name}}</h4>
21
</a>
22
{{/categoryList}}
23
</div>
24
- <div class="text-center">
25
- {{{paginationRendered}}}
26
- </div>
27
- <div class="panel panel-default col-sm-12 col-md-10 col-lg-9">
28
- {{> includes/discussionList.html }}
29
30
31
+ <div class="panel-group col-sm-offset-0 col-md-offset-2 col-lg-offset-3">
+ <div class="text-center">
+ {{{paginationRendered}}}
+ </div>
+ <div class="panel panel-default col-sm-12 col-md-12 col-lg-12">
+ {{> includes/discussionList.html }}
32
33
34
35
36
0 commit comments