From b68948e7f9880d1b1b1c9596045427a2519e3391 Mon Sep 17 00:00:00 2001 From: Deyan Ginev Date: Mon, 5 Jun 2023 15:42:12 -0400 Subject: [PATCH] style bibtags on small devices, now that we assume block display --- css/ar5iv.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/ar5iv.css b/css/ar5iv.css index b297395..5f61d68 100644 --- a/css/ar5iv.css +++ b/css/ar5iv.css @@ -941,7 +941,8 @@ span.ltx_font_bold > .ltx_break:last-child { @media only screen and (max-width: 52rem) { .ltx_bibitem .ltx_tag { display: block; - width: 26%; + padding-bottom: 0.33em; + width: 36%; } } @media only screen and (min-width: 52.01rem) {