Skip to content

Commit

Permalink
fix: header styling
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 7, 2023
1 parent 8fc06e8 commit 316d073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Header({
showSingIn: (show: boolean) => void;
}) {
return (
<header className="supports-backdrop-blur:bg-white/60 max-w-8xl sticky top-0 z-40 mx-auto mx-4 w-full flex-none border-b border-slate-900/10 bg-white/95 pt-2 backdrop-blur transition-colors duration-500 dark:border-slate-50/[0.06] dark:border-slate-300/10 dark:bg-transparent lg:z-50 lg:mx-0 lg:border-0 lg:border-b lg:border-slate-900/10 lg:px-8">
<header className="supports-backdrop-blur:bg-white/60 max-w-8xl sticky top-0 z-40 mx-auto w-full flex-none border-b border-slate-900/10 bg-white/95 pt-2 backdrop-blur transition-colors duration-500 dark:border-slate-50/[0.06] dark:border-slate-300/10 dark:bg-transparent lg:z-50 lg:mx-0 lg:border-0 lg:border-b lg:border-slate-900/10 lg:px-8">
<div className="flex items-center justify-between px-3 sm:px-3">
<div className="flex items-center space-x-3">
<a
Expand Down
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function MyApp({
>
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
<TooltipProvider>
<div className="mx-auto flex min-h-screen flex-col justify-center px-2">
<div className="mx-auto flex min-h-screen flex-col justify-center">
<Header showSingIn={showSingIn} />
<main
className={cn(
Expand Down

1 comment on commit 316d073

@vercel
Copy link

@vercel vercel bot commented on 316d073 Mar 7, 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.