Add 'Uses' page and update navigation links; enhance layout responsiveness
This commit is contained in:
@@ -6,6 +6,7 @@ const links = [
|
||||
{ href: "/about", label: "about" },
|
||||
{ href: "/projects", label: "projects" },
|
||||
{ href: "/now", label: "now" },
|
||||
{ href: "/uses", label: "uses" },
|
||||
{ href: "/blog", label: "blog" },
|
||||
];
|
||||
|
||||
@@ -49,6 +50,7 @@ function isActive(href: string, current: string): boolean {
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: var(--space-xs);
|
||||
|
||||
Reference in New Issue
Block a user