summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-02-01 18:17:07 -0500
committerMatan Kushner <hello@matchai.dev>2020-02-01 18:17:07 -0500
commit0ff473672950c8d59b8344b521970c1a400dfb7c (patch)
tree76ee281e79103377d11f8d0515fbaad6e40e86d9 /docs
parent11b737bb44de83c7871356d5a9aa1d7e033f8ecb (diff)
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/.vuepress/styles/index.styl1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl
index 536293375..9abb758d1 100644
--- a/docs/.vuepress/styles/index.styl
+++ b/docs/.vuepress/styles/index.styl
@@ -9,6 +9,7 @@
.demo-video
width: 100%
margin: 50px 0
+ border-radius: 6px
#main-title
display: none