Skip to content

Commit d41cf5f

Browse files
committed
💄 Decrease the period font size
1 parent 3d6acb7 commit d41cf5f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
region: "eu",
9595
});
9696
</script>
97-
<script type="module" crossorigin src="/assets/index-21e460e6.js"></script>
97+
<script type="module" crossorigin src="/assets/index-c5126b8b.js"></script>
9898
<link rel="stylesheet" href="/assets/index-32718201.css">
9999
</head>
100100
<body>

build/assets/index-21e460e6.js renamed to build/assets/index-c5126b8b.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
region: "eu",
9595
});
9696
</script>
97-
<script type="module" crossorigin src="/assets/index-21e460e6.js"></script>
97+
<script type="module" crossorigin src="/assets/index-c5126b8b.js"></script>
9898
<link rel="stylesheet" href="/assets/index-32718201.css">
9999
</head>
100100
<body>

src/pages/home/printable/components/ProjectCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const ProjectCard = ({ project }: ProjectCardProps) => {
3030
</Text>
3131
</StylessA>
3232

33-
<Text size={font(0.875)}>
33+
<Text size={font(0.75)}>
3434
{formatYearMonth(new Date(startedAt))} ~{" "}
3535
{endedAt ? formatYearMonth(new Date(endedAt)) : "Now"}
3636
</Text>

0 commit comments

Comments
 (0)