这是indexloc提供的服务,不要输入任何密码
Skip to content

Tweak homepage for nextra 2.0 #931

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/components/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function Page() {
/>
</Head>
<div>
<div className="px-4 pt-16 pb-8 sm:px-6 sm:pt-24 lg:px-8">
<div className="px-4 pt-16 pb-8 sm:pt-24 lg:px-8">
<h1 className="text-center text-6xl font-extrabold tracking-tighter leading-[1.1] sm:text-7xl lg:text-8xl xl:text-8xl">
Monorepos that
<br className="hidden lg:block" />
Expand Down Expand Up @@ -125,7 +125,7 @@ function Page() {
</div>

<div className="py-16">
<div className="max-w-5xl px-4 mx-auto sm:px-6 lg:px-8">
<div className="max-w-5xl mx-auto ">
<p className="text-sm font-semibold tracking-wide text-center text-gray-400 text-opacity-50 uppercase dark:text-gray-500">
Trusted by teams from around the world
</p>
Expand Down Expand Up @@ -208,7 +208,7 @@ function Page() {
</div>
</div>
<div className="">
<div className="px-4 py-16 mx-auto sm:px-6 sm:pt-20 sm:pb-24 lg:pt-24 lg:px-8">
<div className="px-4 py-16 mx-auto sm:pt-20 sm:pb-24 lg:pt-24 lg:px-8">
<h2 className="max-w-4xl mx-auto pb-6 text-5xl font-extrabold tracking-tight lg:text-6xl xl:text-7xl leading-[1.25!important] md:text-center dark:text-white">
Scaling your monorepo shouldn&apos;t be so difficult
</h2>
Expand Down Expand Up @@ -285,12 +285,12 @@ function Page() {
</div>
</div>
<div className="sm:py-20 lg:py-24">
<div className="max-w-4xl px-4 pb-12 mx-auto sm:px-6 lg:px-8 ">
<div className="max-w-4xl px-4 pb-12 mx-auto lg:px-8 ">
<h2 className="text-4xl font-extrabold leading-tight tracking-tight lg:text-5xl xl:text-6xl md:text-center dark:text-white">
Loved by badass engineers
</h2>
</div>
<div className="grid gap-4 px-4 mx-auto sm:px-6 lg:grid-cols-3 max-w-7xl">
<div className="grid gap-4 px-4 mx-auto lg:grid-cols-3 max-w-7xl">
<div className="space-y-4">
<Tweet
url="https://twitter.com/jongold/status/1409714159227326466"
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"hidden": true
},
"privacy": {
"title": "Terms of Use",
"title": "Privacy Policy",
"hidden": true
}
}