File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ const Header = () => {
10
10
{ /* Gradient Background for the Logo and Navigation */ }
11
11
< div
12
12
id = "home"
13
- className = "bg-gradient-to-b from-gray-400 to-gray-300 w-full py-24"
13
+ className = "bg-gradient-to-b from-gray-400 to-gray-300 w-full py-24 overflow-x-hidden "
14
14
>
15
15
< div className = "max-w-screen-xl mx-auto px-4 flex flex-col sm:flex-row items-center sm:justify-between" >
16
16
{ /* Logo and Tagline */ }
17
17
< div className = "flex flex-col items-center sm:items-start" >
18
18
< img
19
19
src = { logo }
20
20
alt = "StacChain Logo"
21
- className = "scale-150 sm:scale-150 h-28 sm:h-36 md:h-48 mb-4 ml-0 sm:ml-24 mt-12 max-w-full"
21
+ className = "scale-150 sm:scale-150 h-28 sm:h-36 md:h-48 mb-4 ml-0 sm:ml-24 mt-12 max-w-full mx-auto sm:mx-0 "
22
22
/>
23
23
</ div >
24
24
Original file line number Diff line number Diff line change @@ -31,7 +31,10 @@ const Navbar = () => {
31
31
< div className = "flex justify-between items-center h-16" >
32
32
{ /* Logo */ }
33
33
< div className = "flex-shrink-0" >
34
- < a href = "/" className = "text-4xl font-bold font-comfortaa" >
34
+ < a
35
+ href = "/"
36
+ className = "text-2xl sm:text-4xl font-bold font-comfortaa"
37
+ >
35
38
< span > stac</ span >
36
39
< span className = "text-white" > chain</ span >
37
40
</ a >
You can’t perform that action at this time.
0 commit comments