pl-fe: add breakpoint for 'view context' link
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user