diff --git a/frontend-next-migration/src/preparedPages/MainPage/ui/_components/sections/PlayWithUs/PlayWithUs.module.scss b/frontend-next-migration/src/preparedPages/MainPage/ui/_components/sections/PlayWithUs/PlayWithUs.module.scss index 24f73e065..a42c3e31e 100644 --- a/frontend-next-migration/src/preparedPages/MainPage/ui/_components/sections/PlayWithUs/PlayWithUs.module.scss +++ b/frontend-next-migration/src/preparedPages/MainPage/ui/_components/sections/PlayWithUs/PlayWithUs.module.scss @@ -114,6 +114,7 @@ display: flex; width: 90%; gap:20px; + margin-top: 2rem; } .ContentWithNav{ diff --git a/frontend-next-migration/src/preparedPages/MainPage/ui/_components/sections/VideoAndGalleries/VideoAndGalleries.module.scss b/frontend-next-migration/src/preparedPages/MainPage/ui/_components/sections/VideoAndGalleries/VideoAndGalleries.module.scss index cf2426f01..5e328d099 100644 --- a/frontend-next-migration/src/preparedPages/MainPage/ui/_components/sections/VideoAndGalleries/VideoAndGalleries.module.scss +++ b/frontend-next-migration/src/preparedPages/MainPage/ui/_components/sections/VideoAndGalleries/VideoAndGalleries.module.scss @@ -118,3 +118,11 @@ } +.VideoContentYoutube{ + + + iframe { + border-radius: var(--border-radius-custom); + } +} + diff --git a/frontend-next-migration/src/preparedPages/MainPage/ui/_components/sections/VideoAndGalleries/VideoAndGalleries.tsx b/frontend-next-migration/src/preparedPages/MainPage/ui/_components/sections/VideoAndGalleries/VideoAndGalleries.tsx index c84b973aa..262ae5afd 100644 --- a/frontend-next-migration/src/preparedPages/MainPage/ui/_components/sections/VideoAndGalleries/VideoAndGalleries.tsx +++ b/frontend-next-migration/src/preparedPages/MainPage/ui/_components/sections/VideoAndGalleries/VideoAndGalleries.tsx @@ -60,6 +60,9 @@ const VideoAndGalleries = (props: Props) => {