Skip to content

Commit d5378e4

Browse files
zzzzshawnapsinghdev
authored andcommitted
fix
1 parent 793d0f4 commit d5378e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/web/src/components/faq/FaqSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function FaqSection() {
5050
<div className="absolute h-full w-full bg-gradient-to-r from-[#101010]/75 via-transparent to-[#101010]/75 top-0 left-1/2 -translate-x-1/2"></div>
5151
</div>
5252
<div className="max-w-4xl mx-auto relative">
53-
<Accordion type="single" collapsible className="w-full space-y-4">
53+
<Accordion type="single" collapsible className="w-full space-y-4 px-2">
5454
{faqs.map((faq, index) => (
5555
<AccordionItem
5656
value={`item-${index}`}

apps/web/src/components/landing-sections/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const Navbar = () => {
9393
);
9494
})}
9595
</div>
96-
<div className="flex items-center gap-3">
96+
<div className="hidden lg:flex items-center gap-3">
9797
<Link
9898
href="https://github.com/apsinghdev/opensox"
9999
target="_blank"

0 commit comments

Comments
 (0)