File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ export function Header({
48
48
49
49
return (
50
50
< ReactAriaHeader className = "w-full border-b border-orange-300 bg-orange-500" >
51
- < div className = "mx-auto flex h-16 max-w-screen-2xl items-center justify-between px-5 " >
51
+ < div className = "mx-auto flex h-16 max-w-screen-2xl items-center justify-between px-3 " >
52
52
< div className = "flex w-full items-center justify-between" >
53
- < div className = "flex items-center gap-24 " >
53
+ < div className = "flex items-center gap-3 " >
54
54
< HeaderLogo language = { language } />
55
- < nav className = "flex items-center gap-6 " >
55
+ < nav className = "flex items-center gap-1 " >
56
56
< Link
57
57
href = { appPathList . upload }
58
58
className = "flex items-center justify-center bg-orange-500 p-5 text-base font-medium text-orange-50 hover:text-orange-100"
You can’t perform that action at this time.
0 commit comments