Skip to content

Commit 0e3d62e

Browse files
committed
Update print.css
patch for pritnt layout suitable for Taiwan character words.
1 parent 0a7c5c1 commit 0e3d62e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

assets/print.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ a:link:before {
5252
break-inside: avoid;
5353
display: block;
5454
right: 0;
55-
width: 5cm;
56-
margin-right: -6cm;
55+
width: 4cm;
56+
margin-right: -4.2cm;
5757
padding: 0.25rem;
5858
line-height: 1.25;
5959
text-align: left;
@@ -69,7 +69,7 @@ a[href^="http"]:link {
6969
}
7070
a[href^="http"]:before {
7171
content: "" attr(href) "";
72-
font-size: .75em;
72+
font-size: .6em;
7373
}
7474
a[href^="#"] {
7575
color: black;
@@ -241,7 +241,7 @@ ul.first-page-audiences {
241241
display: block;
242242
right: 0;
243243
width: 0.8cm;
244-
margin-right: -7cm;
244+
margin-right: -5cm;
245245
padding: 0.25rem;
246246
line-height: 1.25;
247247
text-align: right;

0 commit comments

Comments
 (0)