File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ import { HeaderNavigation } from "./HeaderNavigation";
5
5
import { ActiveNavigationLink } from "./ActiveNagivationLink" ;
6
6
7
7
export const Header = ( ) => (
8
- < div className = "bg-violet-600 " >
8
+ < div className = "bg-primary " >
9
9
< Container
10
10
as = "header"
11
- className = "flex h-16 items-center justify-between border-b border-violet-500 text-white"
11
+ className = "flex h-16 items-center justify-between border-b border-violet-600 text-white"
12
12
>
13
13
< Link href = "/" >
14
14
< div className = "h-10 w-24 sm:w-36" >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export const HeaderNavigation = ({ children }: { children: ReactNode }) => {
19
19
< nav
20
20
id = "header-navigation"
21
21
className = { twMerge (
22
- "fixed top-0 left-0 z-10 h-full w-full flex-col items-center justify-center gap-5 bg-violet-600 text-sm uppercase" ,
22
+ "fixed top-0 left-0 z-10 h-full w-full flex-col items-center justify-center gap-10 bg-primary text-xl uppercase sm:gap-5 sm:text-sm " ,
23
23
"sm:relative sm:flex sm:h-fit sm:w-fit sm:flex-row" ,
24
24
isOpen ? "flex" : "hidden" ,
25
25
) }
You can’t perform that action at this time.
0 commit comments