diff --git a/components/Current/Aside/Puffs/Puff/puff.module.css b/components/Current/Aside/Puffs/Puff/puff.module.css index 7c954008c..24d75861d 100644 --- a/components/Current/Aside/Puffs/Puff/puff.module.css +++ b/components/Current/Aside/Puffs/Puff/puff.module.css @@ -12,6 +12,7 @@ height: auto; object-fit: contain; object-position: center; + width: 100%; } .content { diff --git a/components/Current/Footer/index.tsx b/components/Current/Footer/index.tsx index 6b633a29a..7e2347659 100644 --- a/components/Current/Footer/index.tsx +++ b/components/Current/Footer/index.tsx @@ -14,7 +14,6 @@ export default async function Footer({ lang }: LangParams) { }) const footerData = response.data.all_footer.items[0] - return (