Skip to content

Commit

Permalink
fix: responsiveness of copy code section
Browse files Browse the repository at this point in the history
Signed-off-by: sahadat-sk <[email protected]>
  • Loading branch information
sahadat-sk committed Mar 14, 2024
1 parent a4f39ee commit 372f779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gsap.registerPlugin(ScrollTrigger);

const TestAndStubGenerationImage = () => {
return (
<div className="inline-flex flex-col imageToShow" id="img-1">
<div className="inline-flex flex-col w-full imageToShow" id="img-1">
{/* <Image className="mx-auto rounded md:max-w-none" src={FeaturesBg} width={500} height="462" alt="Features bg" /> */}
<div className=" mb-14">
<Player
Expand Down Expand Up @@ -89,7 +89,7 @@ const CopyCode = () => {
<>
<div
ref={codeRef}
className="absolute bottom-0 flex items-center w-full overflow-hidden text-left animate-float"
className="bottom-0 flex items-center w-full mb-8 overflow-hidden text-left md:absolute animate-float"
>
<div className="flex-grow w-7/12 p-3 bg-gray-900 rounded-md overflow-clip">
<pre className="w-11/12 text-xs text-green-300 truncate md:text-sm lg:text-base">
Expand Down Expand Up @@ -183,7 +183,7 @@ export default function Features() {
return (
<>
<section className="md:hidden">
<div className="px-4 mb-24">
<div className="px-4 mb-24 ">
<div className="flex flex-col items-center mt-16 mb-16 text-center ">
<h1 className="mb-4 text-4xl font-bold leading-[1.5] md:text-5xl text-secondary-300">
Keploy for developers
Expand Down

0 comments on commit 372f779

Please sign in to comment.