diff --git a/src/components/layout/RowAccordion/index.module.css b/src/components/layout/RowAccordion/index.module.css index 8400753..35c5abc 100644 --- a/src/components/layout/RowAccordion/index.module.css +++ b/src/components/layout/RowAccordion/index.module.css @@ -103,7 +103,7 @@ height: 0; opacity: 0; transition: all var(--duration) ease-in-out; - overflow: hidden; + /* overflow: hidden; */ display: flex; flex-direction: column; justify-content: space-between; diff --git a/src/pages/Business/InvestGroup.module.css b/src/pages/Business/InvestGroup.module.css index 0630d05..b028aa3 100644 --- a/src/pages/Business/InvestGroup.module.css +++ b/src/pages/Business/InvestGroup.module.css @@ -96,8 +96,10 @@ gap: 1.25rem; .equityInvestmentItemLogo { - width: 16.5rem; - height: 9.8125rem; + width: 100%; + /* width: 264px; + height: 157px; */ + aspect-ratio: 264 / 157; object-fit: cover; border-radius: 8px; } diff --git a/src/pages/Business/InvestGroup.tsx b/src/pages/Business/InvestGroup.tsx index 1a7b68c..118da5b 100644 --- a/src/pages/Business/InvestGroup.tsx +++ b/src/pages/Business/InvestGroup.tsx @@ -52,10 +52,10 @@ export default function InvestGroup() { )} {section3Data && ( -
diff --git a/src/pages/Home/Home.module.css b/src/pages/Home/Home.module.css index 99e8573..65e03f6 100644 --- a/src/pages/Home/Home.module.css +++ b/src/pages/Home/Home.module.css @@ -120,11 +120,13 @@ } .cardsInner { - max-width: 107.5rem; + /* max-width: 107.5rem; */ + max-width: 100%; margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; + padding: 0 10rem; } .card {