diff --git a/yoga-app/src/components/block.with.left.image.component.module.css b/yoga-app/src/components/block.with.left.image.component.module.css index 9c7e37a..59b6082 100644 --- a/yoga-app/src/components/block.with.left.image.component.module.css +++ b/yoga-app/src/components/block.with.left.image.component.module.css @@ -7,3 +7,11 @@ .blockLeftVisionContent { padding-left: 0; } + +.blockWithLeftImage{ + p, h1,h2,h3,h4,h5{ + padding-left: 96px; + padding-right: 96px; + + } +} \ No newline at end of file diff --git a/yoga-app/src/components/block.with.left.image.component.tsx b/yoga-app/src/components/block.with.left.image.component.tsx index 67bc551..4c5ab71 100644 --- a/yoga-app/src/components/block.with.left.image.component.tsx +++ b/yoga-app/src/components/block.with.left.image.component.tsx @@ -13,7 +13,7 @@ export default function BlockWithLeftImage ( { return ( -
+
diff --git a/yoga-app/src/components/block.with.right.image.component.module.css b/yoga-app/src/components/block.with.right.image.component.module.css index a06a57c..6562283 100644 --- a/yoga-app/src/components/block.with.right.image.component.module.css +++ b/yoga-app/src/components/block.with.right.image.component.module.css @@ -7,3 +7,10 @@ .blockRightMissionContent { padding-right: 0; } + +.blockWithRightImage{ + p, h1,h2,h3,h4,h5{ + padding-right: 96px; + + } +} \ No newline at end of file diff --git a/yoga-app/src/components/block.with.right.image.component.tsx b/yoga-app/src/components/block.with.right.image.component.tsx index 28091a8..17888f8 100644 --- a/yoga-app/src/components/block.with.right.image.component.tsx +++ b/yoga-app/src/components/block.with.right.image.component.tsx @@ -12,7 +12,7 @@ export default function BlockWithRightImage({ return ( -
+