Skip to content

Commit a295c31

Browse files
committed
consistent offset
1 parent 5a20f67 commit a295c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/t_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h3>Contents</h3>
100100
</div>
101101
</div>
102102

103-
<div class="row"><div class="col-xs-12 col-lg-8 offset-lg-2">
103+
<div class="row"><div class="col-xs-12 col-lg-8 col-md-8 offset-md-1 offset-lg-2">
104104
{% for name, table in data.items() %}
105105
<h5>{{ name }}</h5>
106106

0 commit comments

Comments
 (0)