responsive bug fixing
This commit is contained in:
@@ -7,7 +7,7 @@ const FaqTexts: CollapseProps["items"] = [
|
||||
{
|
||||
key: "1",
|
||||
showArrow: false,
|
||||
className: "!border-[3px] !border-secondary !rounded-[15px] p-5 mb-10",
|
||||
className: "!border-[3px] !border-secondary !rounded-[15px] sm:p-5 mb-10",
|
||||
label: (
|
||||
<div className="text-black text-2xl font-[600]">
|
||||
<Text txt="faq1" />
|
||||
@@ -22,7 +22,7 @@ const FaqTexts: CollapseProps["items"] = [
|
||||
{
|
||||
key: "2",
|
||||
showArrow: false,
|
||||
className: "!border-[3px] !border-secondary !rounded-[15px] p-5 mb-10",
|
||||
className: "!border-[3px] !border-secondary !rounded-[15px] sm:p-5 mb-10",
|
||||
label: (
|
||||
<div className="text-black text-2xl font-[600]">
|
||||
<Text txt="faq2" />
|
||||
@@ -37,7 +37,7 @@ const FaqTexts: CollapseProps["items"] = [
|
||||
{
|
||||
key: "3",
|
||||
showArrow: false,
|
||||
className: "!border-[3px] !border-secondary !rounded-[15px] p-5 mb-10",
|
||||
className: "!border-[3px] !border-secondary !rounded-[15px] sm:p-5 mb-10",
|
||||
label: (
|
||||
<div className="text-black text-2xl font-[600]">
|
||||
<Text txt="faq3" />
|
||||
@@ -68,7 +68,7 @@ const FaqTexts: CollapseProps["items"] = [
|
||||
{
|
||||
key: "4",
|
||||
showArrow: false,
|
||||
className: "!border-[3px] !border-secondary !rounded-[15px] p-5 mb-5",
|
||||
className: "!border-[3px] !border-secondary !rounded-[15px] sm:p-5 mb-5",
|
||||
label: (
|
||||
<div className="text-black text-2xl font-[600]">
|
||||
<Text txt="faq4" />
|
||||
@@ -84,7 +84,7 @@ const FaqTexts: CollapseProps["items"] = [
|
||||
|
||||
export default function Faq() {
|
||||
return (
|
||||
<div className="max-w-[1200px] w-full mx-auto text-left mb-30">
|
||||
<div className="max-w-[1200px] w-full mx-auto text-left mb-30 px-4">
|
||||
<div className="mb-10">
|
||||
<Title text="faq-h2" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user