diff --git a/diboot-docs/.vuepress/components/HomeLayout.vue b/diboot-docs/.vuepress/components/HomeLayout.vue index 6692cac..1339915 100644 --- a/diboot-docs/.vuepress/components/HomeLayout.vue +++ b/diboot-docs/.vuepress/components/HomeLayout.vue @@ -227,7 +227,7 @@ a.button.white { height: 100%; background-color: rgba(0, 0, 0, 0.2); z-index: 1000; - position: absolute; + position: fixed; top: 0; left: 0; text-align: center; @@ -293,5 +293,8 @@ a.button.white { .homeVideo{ height: 180px; } + a.button.white{ + margin-right: 0; + } } \ No newline at end of file