Skip to content

Commit

Permalink
updated layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ickynavigator committed Dec 23, 2023
1 parent fe54bb6 commit ae5307f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Footer: React.FC = () => {

return (
<footer>
<Group position="center">
<Group position="center" mb="xl">
{links.map(({ name, link, iconName }) => (
<Tooltip key={name} label={name} withArrow>
<Link href={link} passHref>
Expand Down
2 changes: 1 addition & 1 deletion components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Layout = (props: { children: React.ReactNode }) => {
<>
<MetaHead />

<Stack pb="sm" h="100%" justify="space-between" align="center">
<Stack h="100%" justify="space-between" align="center">
<Header />

<Container w="100%">{children}</Container>
Expand Down

1 comment on commit ae5307f

@vercel
Copy link

@vercel vercel bot commented on ae5307f Dec 23, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.