Skip to content

Commit a52be3d

Browse files
committed
mildly more consistent media widths; more work needed
1 parent 37abd70 commit a52be3d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css/ar5iv.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -410,12 +410,12 @@ div.ltx_keywords:empty:before {
410410
width: 20rem;
411411
}
412412
}
413-
@media only screen and (min-width: 46.01rem) and (max-width: 49.99rem) {
413+
@media only screen and (min-width: 46.01rem) and (max-width: 51.99rem) {
414414
.ltx_note_outer {
415415
width: 46rem;
416416
}
417417
}
418-
@media only screen and (min-width: 49.99rem) and (max-width: 95.99rem) {
418+
@media only screen and (min-width: 52rem) and (max-width: 95.99rem) {
419419
.ltx_note_outer {
420420
width: 50rem;
421421
}
@@ -911,12 +911,12 @@ span.ltx_font_bold > .ltx_break:last-child {
911911
word-break: normal;
912912
overflow-wrap: break-word;
913913
}
914-
@media only screen and (max-width: 50rem) {
914+
@media only screen and (max-width: 52rem) {
915915
.ltx_bibitem .ltx_tag {
916916
width: 26%;
917917
}
918918
}
919-
@media only screen and (min-width: 50rem) {
919+
@media only screen and (min-width: 52.01rem) {
920920
.ltx_bibitem .ltx_tag {
921921
width: 14%;
922922
}
@@ -1095,7 +1095,7 @@ blockquote.ltx_epigraph {
10951095
max-width:95%;
10961096
}
10971097
}
1098-
@media only screen and (min-width: 53rem) {
1098+
@media only screen and (min-width: 52.01rem) {
10991099
.ltx_graphics {
11001100
max-width:var(--main-width);
11011101
}

0 commit comments

Comments
 (0)