Skip to content

Commit de2a2cf

Browse files
authored
Update bib.liquid
1 parent 6af85a6 commit de2a2cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layouts/bib.liquid

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
---
3-
<div class="row">
3+
<div class="row" style="border: dotted 2px gray;">
44
{% if site.enable_publication_thumbnails %}
5-
<div class="col col-sm-2 abbr">
5+
<div class="col col-sm-4 abbr">
66
{%- if entry.abbr -%}
77
{%- if site.data.venues[entry.abbr] -%}
88
{% assign venue_style = null %}
@@ -27,7 +27,7 @@
2727
{% endif %}
2828
{% if entry.preview %}
2929
{% if entry.preview contains '://' %}
30-
<img class="preview z-depth-1 rounded" src="{{ entry.preview }}">
30+
<img class="preview z-depth-1" src="{{ entry.preview }}">
3131
{% else %}
3232
{% assign entry_path = entry.preview | prepend: '/assets/img/publication_preview/' %}
3333
{%

0 commit comments

Comments
 (0)