diff --git a/_layouts/bib.liquid b/_layouts/bib.liquid
index 96ddff0..82aeb45 100644
--- a/_layouts/bib.liquid
+++ b/_layouts/bib.liquid
@@ -2,7 +2,7 @@
---
{% if site.enable_publication_thumbnails %}
-
+
{%- if entry.abbr -%}
{%- if site.data.venues[entry.abbr] -%}
{% assign venue_style = null %}
@@ -10,7 +10,7 @@
{% assign venue_style = site.data.venues[entry.abbr].color | prepend: 'style="background-color:' | append: '"' %}
{%- endif -%}
{% else %}
- {{ entry.abbr }}
+ {{ entry.abbr }}
{% endif %}
{% endif %}
{% if entry.preview %}
diff --git a/_sass/_base.scss b/_sass/_base.scss
index de3037d..f35fe9f 100644
--- a/_sass/_base.scss
+++ b/_sass/_base.scss
@@ -55,11 +55,6 @@ table.table a {
}
}
-figure,
-img {
- max-width: 90vw;
-}
-
blockquote {
background: var(--global-bg-color);
border-left: 5px solid var(--global-theme-color);
@@ -665,7 +660,6 @@ footer.sticky-bottom {
border-top: 1px solid var(--global-divider-color);
padding-top: 1rem;
margin-top: 2rem;
- margin-bottom: -2rem;
text-align: right;
}
@@ -678,20 +672,15 @@ footer.sticky-bottom {
margin-bottom: 1rem;
.preview {
- width: 100%;
- min-width: 80px;
- max-width: 200px;
}
.abbr {
- height: 2rem;
margin-bottom: 0.5rem;
abbr {
display: inline-block;
background-color: var(--global-theme-color);
margin-bottom: 0.5rem;
- width: 100%;
a {
color: white;