@@ -22,36 +22,36 @@ export function Header(props: Headerprops) {
22
22
< >
23
23
{ blogsection ? (
24
24
< div className = "fixed z-50 w-full h-16 max-w-xs md:max-w-3xl -translate-x-1/2 rounded-full top-10 left-1/2 bg-[#1C1C1F] border-solid border border-[#29292d]" >
25
- < div className = "grid h-full grid-cols-6 mx-auto items-center ml-6 " >
26
- < Link href = "https://intelowlproject.github.io /" >
25
+ < div className = " md: grid h-full md: grid-cols-6 flex flex-row justify-between mx-auto items-center ml-6 " >
26
+ < Link href = "/" >
27
27
< img
28
- className = ""
28
+ className = "max-w-[100px] md:max-w-[110px] "
29
29
src = "/images/intelowlwhite.png"
30
30
alt = "intelowl logo"
31
31
> </ img >
32
32
</ Link >
33
33
34
34
< Link
35
- href = "https://intelowlproject.github.io/ "
36
- className = "text-white font-SpaceGrotesk font-light text -center invisible md:visible "
35
+ href = "/#feature-section "
36
+ className = "text-white font-SpaceGrotesk font-light hidden md:flex md:justify -center md:flex-row "
37
37
>
38
38
Features
39
39
</ Link >
40
40
< Link
41
- href = "https://intelowlproject.github.io/ "
42
- className = "text-white font-SpaceGrotesk font-light text -center invisible md:visible "
41
+ href = "/#testimonial-section "
42
+ className = "text-white font-SpaceGrotesk font-light hidden md:flex md:justify -center md:flex-row "
43
43
>
44
44
Testimonials
45
45
</ Link >
46
46
< Link
47
47
href = { "/blogs" }
48
- className = "text-white font-SpaceGrotesk font-light text -center collapse md:visible "
48
+ className = "text-white font-SpaceGrotesk font-light hidden md:flex md:justify -center md:flex-row "
49
49
>
50
50
Blogs
51
51
</ Link >
52
52
< Link
53
53
href = "https://opencollective.com/intelowl-project/donate"
54
- className = "text-white font-SpaceGrotesk font-light text -center collapse md:visible "
54
+ className = "text-white font-SpaceGrotesk font-light hidden md:flex md:justify -center md:flex-row "
55
55
>
56
56
Donate
57
57
</ Link >
@@ -88,36 +88,36 @@ export function Header(props: Headerprops) {
88
88
</ div >
89
89
) : (
90
90
< div className = "fixed z-50 w-full h-16 max-w-xs md:max-w-3xl -translate-x-1/2 rounded-full top-10 left-1/2 bg-[#1C1C1F] border-solid border border-[#29292d]" >
91
- < div className = "grid h-full grid-cols-6 mx-auto items-center ml-6 " >
91
+ < div className = " md: grid h-full md: grid-cols-6 flex flex-row justify-between mx-auto items-center ml-6 " >
92
92
< Link href = "#hero-section" onClick = { handleScroll } >
93
93
< img
94
- className = ""
94
+ className = "max-w-[100px] md:max-w-[110px] "
95
95
src = "/images/intelowlwhite.png"
96
96
alt = "intelowl logo"
97
97
> </ img >
98
98
</ Link >
99
99
< Link
100
100
href = "#feature-section"
101
101
onClick = { handleScroll }
102
- className = "text-white font-SpaceGrotesk font-light text -center invisible md:visible "
102
+ className = "text-white font-SpaceGrotesk font-light hidden md:flex md:justify -center md:flex-row "
103
103
>
104
104
Features
105
105
</ Link >
106
106
< Link
107
107
href = "https://intelowl.readthedocs.io/en/latest"
108
- className = "text-white font-SpaceGrotesk font-light text-center invisible md:visible "
108
+ className = "text-white font-SpaceGrotesk font-light text-center hidden md:flex md:justify-center md:flex-row "
109
109
>
110
110
Docs
111
111
</ Link >
112
112
< Link
113
113
href = "/blogs"
114
- className = "text-white font-SpaceGrotesk font-light text-center collapse md:visible "
114
+ className = "text-white font-SpaceGrotesk font-light text-center hidden md:flex md:justify-center md:flex-row "
115
115
>
116
116
Blogs
117
117
</ Link >
118
118
< Link
119
119
href = "https://opencollective.com/intelowl-project/donate"
120
- className = "text-white font-SpaceGrotesk font-light text-center collapse md:visible "
120
+ className = "text-white font-SpaceGrotesk font-light text-center hidden md:flex md:justify-center md:flex-row "
121
121
>
122
122
Donate
123
123
</ Link >
0 commit comments