Skip to content

Commit

Permalink
💄 Decrease the period font size
Browse files Browse the repository at this point in the history
  • Loading branch information
dohyun-ko committed Aug 24, 2024
1 parent 3d6acb7 commit d41cf5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
region: "eu",
});
</script>
<script type="module" crossorigin src="/assets/index-21e460e6.js"></script>
<script type="module" crossorigin src="/assets/index-c5126b8b.js"></script>
<link rel="stylesheet" href="/assets/index-32718201.css">
</head>
<body>
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
region: "eu",
});
</script>
<script type="module" crossorigin src="/assets/index-21e460e6.js"></script>
<script type="module" crossorigin src="/assets/index-c5126b8b.js"></script>
<link rel="stylesheet" href="/assets/index-32718201.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/printable/components/ProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const ProjectCard = ({ project }: ProjectCardProps) => {
</Text>
</StylessA>

<Text size={font(0.875)}>
<Text size={font(0.75)}>
{formatYearMonth(new Date(startedAt))} ~{" "}
{endedAt ? formatYearMonth(new Date(endedAt)) : "Now"}
</Text>
Expand Down

0 comments on commit d41cf5f

Please sign in to comment.