Skip to content

Commit af2c17e

Browse files
committed
Update print.css
fix layout
1 parent 0e3d62e commit af2c17e

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

assets/print.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ html, .markdown-body {
3232

3333
article>p, article>ul, article>ol {
3434
position: relative;
35-
max-width: 32rem;
36-
text-align: justify;
35+
max-width: 29rem;
3736
}
3837

3938
article {
@@ -52,8 +51,8 @@ a:link:before {
5251
break-inside: avoid;
5352
display: block;
5453
right: 0;
55-
width: 4cm;
56-
margin-right: -4.2cm;
54+
width: 6.25cm;
55+
margin-right: -6.75cm;
5756
padding: 0.25rem;
5857
line-height: 1.25;
5958
text-align: left;
@@ -69,7 +68,7 @@ a[href^="http"]:link {
6968
}
7069
a[href^="http"]:before {
7170
content: "" attr(href) "";
72-
font-size: .6em;
71+
font-size: .575em;
7372
}
7473
a[href^="#"] {
7574
color: black;

0 commit comments

Comments
 (0)