Make table responsive and fix the sorting of score.
This commit is contained in:
@@ -12,8 +12,10 @@ layout: default
|
||||
</div>
|
||||
|
||||
<div class="col-xs-12">
|
||||
{% assign table = page.url | remove_first: '/' | append: 'table.html' %}
|
||||
{% include {{table}} %}
|
||||
<div class="table-responsive">
|
||||
{% assign table = page.url | remove_first: '/' | append: 'table.html' %}
|
||||
{% include {{table}} %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-xs-12">
|
||||
|
Reference in New Issue
Block a user