File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33<!-- _layouts/bib.html -->
44 < div class ="row ">
55 {%- if site.enable_publication_thumbnails -%}
6- < div class ="col-sm-2 {% if entry.preview %}preview{% else %}abbr{% endif %} ">
6+ < div class ="col-sm-3 {% if entry.preview %}preview{% else %}abbr{% endif %} ">
77 {%- if entry.preview -%}
88 {% if entry.preview contains '://' -%}
99 < img class ="preview z-depth-1 rounded " src ="{{ entry.preview }} ">
3030 {%- endif -%}
3131
3232 <!-- Entry bib key -->
33- < div id ="{{entry.key}} " class ="{% if site.enable_publication_thumbnails %}col-sm-8 {% else %}col-sm-10{% endif %} ">
33+ < div id ="{{entry.key}} " class ="{% if site.enable_publication_thumbnails %}col-sm-7 {% else %}col-sm-10{% endif %} ">
3434 <!-- Title -->
3535 < div class ="title "> {{entry.title}}</ div >
3636 <!-- Author -->
Original file line number Diff line number Diff line change @@ -668,14 +668,25 @@ footer.sticky-bottom {
668668 }
669669
670670 .abbr {
671- height : 2rem ;
672671 margin-bottom : 0.5rem ;
673672
674673 abbr {
675674 display : inline-block ;
676675 background-color : var (--global-theme-color );
677- padding-left : 1rem ;
678- padding-right : 1rem ;
676+ padding : 0.4rem 0.6rem ;
677+ font-size : 0.6rem ;
678+ font-weight : 600 ;
679+ letter-spacing : 0.01em ;
680+ line-height : 1.4 ;
681+ white-space : normal ;
682+ word-break : normal ;
683+ text-align : center ;
684+ border-radius : 0.25rem ;
685+
686+ @media (min-width : 576px ) {
687+ display : block ;
688+ padding : 0.4rem 0.35rem ;
689+ }
679690
680691 a {
681692 color : white ;
You can’t perform that action at this time.
0 commit comments