File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 } ` }
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments