Skip to content

Commit

Permalink
Fix LATimes zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
pathikrit committed May 27, 2024
1 parent 0362f3f commit 3144f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
id: 'LATimes',
name: 'Los Angeles Times',
url: date => `https://cdn.freedomforum.org/dfp/pdf${date.format('D')}/CA_LAT.pdf`,
scale: 1.07,
scale: 1.02,
},
{
id: 'SFChronicle',
Expand Down

0 comments on commit 3144f69

Please sign in to comment.