File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ import { HeroIcon } from "../icons/animated/HeroIcon";
5
5
6
6
function HeroSection ( ) {
7
7
return (
8
- < div className = "flex flex-col items-center md:justify-between gap-12 md:flex-row h-[calc(100vh-76px)] mt-8 md:mt-0 " >
8
+ < div className = "flex flex-col-reverse items-center justify-end md:justify-between gap-12 md:flex-row min- h-[calc(100vh-76px)]" >
9
9
< div className = " md:w-1/2 w-full" >
10
- < h1 className = "text-6xl font-bold md :text-7xl" >
10
+ < h1 className = "text-4xl sm:text-5xl md:text- 6xl font-bold lg :text-7xl" >
11
11
Your go-to < UnderlineText > toolkit</ UnderlineText > for everyday tasks.
12
12
</ h1 >
13
13
14
- < p className = " text-xl text-gray-500 font-medium" >
14
+ < p className = "text-lg sm: text-xl text-gray-500 font-medium" >
15
15
From secure passwords to quick conversions, AtoZTools has everything
16
16
you need to get things done faster.
17
17
</ p >
@@ -21,7 +21,7 @@ function HeroSection() {
21
21
</ div >
22
22
</ div >
23
23
24
- < div className = "md:w-1/2 w-full min -w-64 max -w-96 md :max-w-full " >
24
+ < div className = "md:w-1/2 w-full max -w-64 min -w-64 sm :max-w-96 " >
25
25
< HeroIcon />
26
26
</ div >
27
27
</ div >
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ const icon = {
14
14
15
15
export const HeroIcon = ( ) => (
16
16
< motion . div
17
- className = "container"
18
17
variants = { icon }
19
18
initial = "hidden"
20
19
animate = "visible"
You can’t perform that action at this time.
0 commit comments