Skip to content

Commit f1e78e5

Browse files
committed
wider col in bib
1 parent 0f5bea5 commit f1e78e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: _layouts/bib.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
<!-- _layouts/bib.html -->
44
<div class="row">
5-
<div class="col-sm-2 abbr">
5+
<div class="col-md-2 abbr">
66
{% if entry.preprint %}
77
&nbsp;
88
{% else %}
@@ -17,7 +17,7 @@
1717
{% endif %}
1818
</div>
1919

20-
<div id="{{entry.key}}" class="col-sm-8">
20+
<div id="{{entry.key}}" class="col-md-8">
2121

2222
<div class="title">{{entry.title}}</div>
2323
<div class="author">

0 commit comments

Comments
 (0)