diff --git a/docs/index.md b/docs/index.md index 75810e1eb..0cace0622 100644 --- a/docs/index.md +++ b/docs/index.md @@ -233,6 +233,8 @@ onMounted(async () => { white-space: nowrap; transition: color 0.25s, border-color 0.25s, background-color 0.25s; text-decoration: none; + margin-left: auto; + margin-right: auto; } @media (min-width: 1000px) { @@ -240,19 +242,6 @@ onMounted(async () => { display: flex; } - .try-it-now, - .postgres-new { - width: 50%; - } - - .try-it-now { - padding-left: 1rem; - } - - .postgres-new { - padding-right: 1rem; - } - .try-it-now .repl { height: auto; aspect-ratio: 1616 / 1080; @@ -262,22 +251,7 @@ onMounted(async () => { -
- Create and publish a Postgres database using AI - - built on PGlite by Supabase: -
-