pl-fe: add breakpoint for 'view context' link

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-10-29 11:37:16 +01:00
parent 8b5622f2a7
commit 49f56cd428
2 changed files with 3 additions and 1 deletions

View File

@ -554,7 +554,7 @@ const Video: React.FC<IVideo> = ({
)}
{link && (
<span className='video-player__link px-2.5 py-0.5'>{link}</span>
<span className='video-player__link'>{link}</span>
)}
</div>

View File

@ -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;
}