Skip to content

Commit cfa723a

Browse files
committed
Adjust the cover image size on mobile
Limit the image maximum width to avoid horizontal scrolling.
1 parent 89ab350 commit cfa723a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Eloquent JavaScript<div style="font-size: 70%">second edition</div></h2>
1414
<a href="http://www.amazon.com/gp/product/1593275846/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1593275846&linkCode=as2&tag=marijhaver-20&linkId=VPXXXSRYC5COG5R5">paperback copy</a> of the book.</p>
1515

1616
<p style="text-align: center; margin: 1.5em 0">
17-
<a href="http://www.amazon.com/gp/product/1593275846/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1593275846&linkCode=as2&tag=marijhaver-20&linkId=VPXXXSRYC5COG5R5"><img src="img/cover.png" alt="Cover image" style="border: 1px solid black"></a>
17+
<a href="http://www.amazon.com/gp/product/1593275846/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1593275846&linkCode=as2&tag=marijhaver-20&linkId=VPXXXSRYC5COG5R5"><img src="img/cover.png" alt="Cover image" style="border: 1px solid black; max-width: 100%;"></a>
1818
</p>
1919

2020
<p>Written by Marijn Haverbeke.</p>

0 commit comments

Comments
 (0)