diff --git a/src/components/ContentMedia/ContentMedia.tsx b/src/components/ContentMedia/ContentMedia.tsx
index 9398a8d..ec4f087 100644
--- a/src/components/ContentMedia/ContentMedia.tsx
+++ b/src/components/ContentMedia/ContentMedia.tsx
@@ -12,15 +12,16 @@ interface ContentMediaProps {
}
const ContentMedia = ({
- children,
- imageUrl,
- imagePosition = "left",
- imageWidth = "50%",
- title,
- titleUnderlineColor,
- }: ContentMediaProps) => {
+ children,
+ imageUrl,
+ imagePosition = "left",
+ imageWidth = "50%",
+ title,
+ titleUnderlineColor,
+}: ContentMediaProps) => {
return (
-
+
+
{title && (
@@ -43,10 +44,12 @@ const ContentMedia = ({
>
{imageUrl && (
-
+
{
isOpen ? "translate-x-0" : "translate-x-full"
}`}
>
-
+