feat: [UEPR-116] added border radius to the bottom of the video iframe

This commit is contained in:
MiroslavDionisiev 2024-12-03 13:07:15 +02:00
parent 08526e90f0
commit ad94a3a0bd

View file

@ -49,6 +49,8 @@
.youtube-player {
border: 0;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
}