From 1414b6ff74ff004154336818feca5cf4e31b8140 Mon Sep 17 00:00:00 2001 From: Roland Schneider Date: Thu, 11 Sep 2025 17:05:04 +0200 Subject: [PATCH] [yoga-12] serviceList page improvements --- .../components/block.with.left.image.component.module.css | 8 ++++++++ .../src/components/block.with.left.image.component.tsx | 2 +- .../block.with.right.image.component.module.css | 7 +++++++ .../src/components/block.with.right.image.component.tsx | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) 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 ( -
+