Skip to content

Commit

Permalink
style bibtags on small devices, now that we assume block display
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed Jun 5, 2023
1 parent ad2c444 commit b68948e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/ar5iv.css
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b68948e

Please sign in to comment.