diff --git a/packages/pl-fe/src/features/video/index.tsx b/packages/pl-fe/src/features/video/index.tsx index 41fbf7dc3..5530cccf7 100644 --- a/packages/pl-fe/src/features/video/index.tsx +++ b/packages/pl-fe/src/features/video/index.tsx @@ -554,7 +554,7 @@ const Video: React.FC = ({ )} {link && ( - {link} + {link} )} diff --git a/packages/pl-fe/src/styles/components/video-player.scss b/packages/pl-fe/src/styles/components/video-player.scss index 59ab3c59c..190bdd0ac 100644 --- a/packages/pl-fe/src/styles/components/video-player.scss +++ b/packages/pl-fe/src/styles/components/video-player.scss @@ -69,6 +69,8 @@ } &__link { + @apply px-2.5 py-0.5 xl:hidden; + a { @apply no-underline text-sm font-medium text-white hover:underline active:underline focus:underline; }