Skip to content

Commit 4c2a282

Browse files
eozden-wqLordfirespeed
authored andcommitted
Formatted faqs.tsx config, removed left padding for faq icons, made max-width for location text match with above info text
1 parent 8d200ab commit 4c2a282

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/components/faqs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function Faqs({ className, ...props }: React.ComponentProps<"div">) {
4141
width={38.75}
4242
height={38.75}
4343
alt="icon"
44-
className={cn("shrink-0 mx-10")}
44+
className={cn("shrink-0 mr-10")}
4545
/>
4646
{question.question}
4747
<AccordionChevron className={cn("fill-current text-[#006793] accordion-chevron ml-auto")} />

client/src/components/location.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function Location({ className, ...props }: React.ComponentProps<"div">) {
3232

3333
return (
3434
<div className={cn(className, "flex flex-col")} {...props}>
35-
<div className="container max-w-[80rem] text-center">
35+
<div className="container max-w-[60rem] text-center">
3636
<p
3737
className={cn("flex-1/2 text-center text-[#207ea7] font-medium text-[32px]/[100%]", darkerGrotesk.className)}
3838
>

0 commit comments

Comments
 (0)