Skip to content

Commit

Permalink
💄 improve card style
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Jul 12, 2024
1 parent 2e0a643 commit 3339af9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion components/LinkCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const LinkCard = (
color: "var(--ctp-macchiato-text)",
}}
>
{title}
{title}
</a>
</h2>
<p style={{ margin: 0 }}>{body}</p>
Expand Down
16 changes: 5 additions & 11 deletions libs/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,16 @@ export const domain = {

export const subDomains = [
{
name: "slitscan3d",
description: "Three.jsを活用したSlit-Scanアプリ",
name: "slitscan3d.",
description: "Slit-Scan powered by Three.js",
left: 36,
top: 55,
top: 100,
},
{
name: "diary",
name: "diary.",
description: "My diary",
left: 59,
top: 269,
},
{
name: "bar",
description: "bar",
left: 22,
top: 520,
top: 400,
},
];

Expand Down

0 comments on commit 3339af9

Please sign in to comment.