diff --git a/components/diy/tabs.vue b/components/diy/tabs.vue index 0254c3e4..315ad109 100644 --- a/components/diy/tabs.vue +++ b/components/diy/tabs.vue @@ -212,4 +212,9 @@ .tabs-contents { max-width: 800px !important; } + @media only screen and (min-width: 800px) { + .tabs-container .tabs-top { + left: calc(50% - 400px) !important; + } + }