We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322b6bb commit 94227bfCopy full SHA for 94227bf
docs/.vitepress/theme/Layout.vue
@@ -13,14 +13,19 @@ const { Layout } = DefaultTheme;
13
visit <a href="../v2/`" target="_self">v2</a>.
14
</div>
15
<component v-if="isPrerelease" :is="'style'">
16
- :root { --vp-layout-top-height: 37px; }
17
- .VPHome { margin-bottom: 96px !important; }
+ :root { --vp-layout-top-height: 65px; }
+ .VPHome { margin-bottom: 80px !important; }
18
+ @media (min-width: 769px) {
19
+ :root { --vp-layout-top-height: 37px; }
20
+ .VPHome { margin-bottom: 96px !important; }
21
+ }
22
</component>
23
</template>
24
</Layout>
25
26
27
<style scoped>
28
+
29
.prerelease-banner.top-banner {
30
background: #fff3cd;
31
border-bottom: 1px solid #ffc107;
0 commit comments