File tree 2 files changed +3
-14
lines changed
2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 2
2
---
3
3
<div class =" row" >
4
4
{% if site .enable_publication_thumbnails %}
5
- <div class =" col-sm-2 abbr" >
5
+ <div class =" col col -sm-2 abbr" >
6
6
{%- if entry .abbr -%}
7
7
{%- if site .data .venues [entry.abbr] -%}
8
8
{% assign venue_style = null %}
9
9
{% if site .data .venues [entry.abbr].color != blank %}
10
10
{% assign venue_style = site .data .venues [entry.abbr].color | prepend: 'style="background-color:' | append: '"' %}
11
11
{%- endif -%}
12
12
<abbr
13
- class =" badge rounded"
13
+ class =" badge rounded w-100 "
14
14
{% if venue_style %}
15
15
{{ venue_style }}
16
16
{% endif -%}
22
22
{% endif %}
23
23
</abbr >
24
24
{% else %}
25
- <abbr class =" badge rounded" >{{ entry .abbr }}</abbr >
25
+ <abbr class =" badge rounded w-100 " >{{ entry .abbr }}</abbr >
26
26
{% endif %}
27
27
{% endif %}
28
28
{% if entry .preview %}
Original file line number Diff line number Diff line change @@ -55,11 +55,6 @@ table.table a {
55
55
}
56
56
}
57
57
58
- figure ,
59
- img {
60
- max-width : 90vw ;
61
- }
62
-
63
58
blockquote {
64
59
background : var (--global-bg-color );
65
60
border-left : 5px solid var (--global-theme-color );
@@ -665,7 +660,6 @@ footer.sticky-bottom {
665
660
border-top : 1px solid var (--global-divider-color );
666
661
padding-top : 1rem ;
667
662
margin-top : 2rem ;
668
- margin-bottom : -2rem ;
669
663
text-align : right ;
670
664
}
671
665
@@ -678,20 +672,15 @@ footer.sticky-bottom {
678
672
margin-bottom : 1rem ;
679
673
680
674
.preview {
681
- width : 100% ;
682
- min-width : 80px ;
683
- max-width : 200px ;
684
675
}
685
676
686
677
.abbr {
687
- height : 2rem ;
688
678
margin-bottom : 0.5rem ;
689
679
690
680
abbr {
691
681
display : inline-block ;
692
682
background-color : var (--global-theme-color );
693
683
margin-bottom : 0.5rem ;
694
- width : 100% ;
695
684
696
685
a {
697
686
color : white ;
You can’t perform that action at this time.
0 commit comments