Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/src/app/assets/images/NewSupportIdea.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { ReactElement } from "react";

export default function NewSupportIdeaSVG({
height = 200,
width = 210,
height = 124,
width = 113,
className = "",
}: {
height?: number;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const borderClass = bordercolour ? "secondary-border-background" : "primary-bord
<div className=" new-gradient-background w-full h-full rounded-[1.875rem] flex flex-col px-12 gap-[21px] justify-center relative">
<div>
<div
className={`${cabinetExtraBold.className} text-transparent bg-clip-text lg:text-[2rem] text-[1.5rem] w-[10.69rem] md:w-[18.72rem] sm:leading-[2rem] md:leading-[2.75rem] pb-[1.5rem] md:pb-0 font-extrabold z-10 md:mb-[1.5rem]`}
className={`${cabinetExtraBold.className} text-transparent bg-clip-text lg:text-[2rem] text-[1.5rem] w-[10.69rem] md:w-[18.72rem] sm:leading-[2rem] md:leading-[2.75rem] md:pb-0 font-extrabold z-10`}
style={{
background: "linear-gradient(155.54deg, #CEA33D 30.29%, #6633CC 97.7%)",
WebkitBackgroundClip: "text",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function CardLight({
<div className=" new-gradient-background w-full h-full rounded-[1.875rem] flex flex-col px-12 gap-7 justify-center items-start">
<div>
<div
className={`${cabinetExtraBold.className} text-transparent bg-clip-text lg:text-[2rem] text-[1.5rem] w-[10.69rem] md:w-[18.72rem] sm:leading-[2rem] md:leading-[2.75rem] pb-[1.5rem] md:pb-0 font-extrabold z-10 md:mb-[1.5rem]`}
className={`${cabinetExtraBold.className} text-transparent bg-clip-text lg:text-[2rem] text-[1.5rem] w-[10.69rem] md:w-[18.72rem] sm:leading-[2rem] md:leading-[2.75rem] md:pb-0 font-extrabold z-10`}
style={{
background: "linear-gradient(155.54deg, #CEA33D 30.29%, #6633CC 97.7%)",
WebkitBackgroundClip: "text",
Expand All @@ -36,9 +36,9 @@ export default function CardLight({
>
{title}
</div>
<div className="flex flex-row items-left lg:gap-7 gap-10 h-[70%] md:h-auto md:flex-row md:items-center">
<div className="flex flex-row items-left lg:gap-7 gap-2 h-[70%] md:h-auto md:flex-row md:items-center">
<div
className={`${satoshiRegular.className} text-white w-[16.72rem] md:w-[19.51rem] lg:w-[21rem] lg:h-[6rem] text-[1rem] font-medium md:text-justify pr-7 z-10 pt-[1.5rem] md:pt-0 lg:pt-0`}
className={`${satoshiRegular.className} text-white w-[16.72rem] md:w-[19.51rem] lg:w-[21rem] lg:h-[6rem] text-[1rem] font-medium md:text-justify pr-7 z-10 pt-[0.5rem] md:pt-0 lg:pt-0`}
>
{description}
</div>
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/app/sections/Benefits/BenefitsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ export default function BenefitsCards() {
pgNo="4."
svg={<BenefitsCardFourth/>}
/>
</div>
</div>
</div>

);
}
Loading