diff --git a/client/src/components/apartmentPage/ApartmentLayout.tsx b/client/src/components/apartmentPage/ApartmentLayout.tsx index f8095fd..7e67ba7 100644 --- a/client/src/components/apartmentPage/ApartmentLayout.tsx +++ b/client/src/components/apartmentPage/ApartmentLayout.tsx @@ -26,10 +26,10 @@ const ApartmentLayout = ({ currentApartment }: ApartmentLayoutProps) => { )?.layout; return ( -
-
+
+
diff --git a/client/src/components/apartmentPage/StudioDescriptionSection.tsx b/client/src/components/apartmentPage/StudioDescriptionSection.tsx index 04a4f37..744a7ec 100644 --- a/client/src/components/apartmentPage/StudioDescriptionSection.tsx +++ b/client/src/components/apartmentPage/StudioDescriptionSection.tsx @@ -71,8 +71,8 @@ const StudioDescriptionSection = ({ (aprt) => aprt.apartmentType === apartment.Unit_Type ); return ( -
-
+
+

{apartmentDesc?.title} @@ -82,7 +82,7 @@ const StudioDescriptionSection = ({ {apartmentDesc.subTitle}

)} -
+

{apartmentDesc?.firstParagraph}

@@ -101,7 +101,7 @@ const StudioDescriptionSection = ({

*/}
-
+
{ return (
-
+
{currentApartment && ( )} @@ -84,7 +84,7 @@ const ApartmentPage = () => { )}
{currentApartment && ( -
+
)} diff --git a/client/tailwind.config.js b/client/tailwind.config.js index a9fcbd6..8096a12 100644 --- a/client/tailwind.config.js +++ b/client/tailwind.config.js @@ -19,8 +19,10 @@ export default { 3: "33.75px", 2: "22.5px", 16: "180px", + 14: "157.5px", }, margin: { + 14: "157.5px", 8: "90px", 6: "67.5px", 1: "11.25px",