Skip to content

Commit

Permalink
feat: small theme adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher committed Feb 24, 2023
1 parent 16ab526 commit 728fdd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ export const textOutline = {
export const plot = {
titleFontSize: '1.25rem',
aspectRatio: 1.88,
margin: { left: 10, top: 12, bottom: 10, right: 30 },
margin: { left: 30, top: 32, bottom: 30, right: 50 },
axes: {
x: { fontSize: 16 },
y: { fontSize: 16 },
},
line: {
strokeWidth: 3,
strokeWidth: 4,
},
tickMargin: {
y: 4,
Expand Down

1 comment on commit 728fdd0

@vercel
Copy link

@vercel vercel bot commented on 728fdd0 Feb 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

flu-frequencies – ./

flu-frequencies-git-web-neherlab.vercel.app
flu-frequencies.vercel.app
flu-frequencies-neherlab.vercel.app

Please sign in to comment.