docs: Add a border-radius to the hero video
Applying a border radius to the video hides the white corners that show when the site is in dark mode.
This commit is contained in:
parent
11b737bb44
commit
0ff4736729
|
@ -9,6 +9,7 @@
|
|||
.demo-video
|
||||
width: 100%
|
||||
margin: 50px 0
|
||||
border-radius: 6px
|
||||
|
||||
#main-title
|
||||
display: none
|
||||
|
|
Loading…
Reference in New Issue