Skip to content

Commit

Permalink
feat:docs add head meta (#4260)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjy365 committed Nov 6, 2023
1 parent 86c2f8f commit 98dbeb4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/website/src/pages/components/Banner/index.scss
Expand Up @@ -144,4 +144,34 @@
font-size: 12px;
font-weight: 500;
}

.sealos-banner-container {
width: 90%;

.title {
svg {
width: 36px;
height: 36px;
}

.txt {
font-size: 18px;
}
}
}

.sealos-banner-body {
padding: 0 12px;
.banner-title {
font-size: 20px;
}

.banner__subtitle {
font-size: 14px;
}
}

.btn {
font-size: 14px;
}
}
1 change: 1 addition & 0 deletions docs/website/src/pages/index.tsx
Expand Up @@ -51,6 +51,7 @@ const Home = () => {
gtag('event', 'conversion', {'send_to': 'AW-786053845/LpbTCJ-8-coYENX16PYC'});
`}
</script>
<meta name="baidu-site-verification" content="codeva-gAHDaifnOq" />
</Helmet>
<Layout>
<div className="home">
Expand Down

0 comments on commit 98dbeb4

Please sign in to comment.