mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-12 00:31:11 -05:00
feat: [UEPR-116] added border radius to the bottom of the video iframe
This commit is contained in:
parent
08526e90f0
commit
ad94a3a0bd
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@
|
||||||
|
|
||||||
.youtube-player {
|
.youtube-player {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
border-bottom-left-radius: 8px;
|
||||||
|
border-bottom-right-radius: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue