diff --git a/src/components/Intro/Intro.css b/src/components/Intro/Intro.css index e29349c..2675311 100644 --- a/src/components/Intro/Intro.css +++ b/src/components/Intro/Intro.css @@ -1,13 +1,13 @@ .intro-container { - @apply flex flex-row-reverse flex-grow-0 justify-evenly items-center gap-20 m-16 mt-40 mb-64; + @apply flex flex-col md:flex-col lg:flex-row-reverse justify-evenly items-center gap-20 mx-10 mb-40 mt-24 md:mx-20 md:my-48 lg:mx-32 lg:mt-32 lg:mb-72; } .desc { - @apply text-4xl; + @apply text-xl md:text-2xl lg:text-3xl; } .desc h2 { - @apply text-3xl; + @apply text-xl md:text-2xl lg:text-3xl; } .my-Info img { diff --git a/src/components/Intro/Intro.jsx b/src/components/Intro/Intro.jsx index e96a1b8..85106b1 100644 --- a/src/components/Intro/Intro.jsx +++ b/src/components/Intro/Intro.jsx @@ -17,16 +17,21 @@ const Intro = () => { return (