mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
style(header): adjust header height and padding for improved layout
This commit is contained in:
parent
3f84208733
commit
286a4739c3
@ -4,7 +4,7 @@ import { ModeToggle } from "@/components/mode-toggle";
|
||||
export default function Home() {
|
||||
return (
|
||||
<div className="h-screen flex flex-col">
|
||||
<header className="h-16 flex items-center justify-end px-4 border-b">
|
||||
<header className="h-14 flex items-center justify-end px-8 border-b">
|
||||
<ModeToggle />
|
||||
</header>
|
||||
<div className="flex-1">
|
||||
|
Loading…
Reference in New Issue
Block a user