diff --git a/src/components/button/styles.module.scss b/src/components/button/styles.module.scss index 00dabfa345..7f64558981 100644 --- a/src/components/button/styles.module.scss +++ b/src/components/button/styles.module.scss @@ -11,7 +11,7 @@ line-height: 20px; text-align: center; .leftIcon { - margin-right: 4px; + margin-right: 8px; } .fa-arrow-right { transition: all 150ms ease-in-out; diff --git a/src/pages/index.module.scss b/src/pages/index.module.scss index b14465c88d..24ed82a826 100644 --- a/src/pages/index.module.scss +++ b/src/pages/index.module.scss @@ -50,6 +50,7 @@ line-height: 120%; } .hero-code-wrapper { + margin-top: -8px; pre[class*="language-"] { background: #121521 !important; code span { @@ -83,6 +84,9 @@ top: 50%; transform: translateY(-50%); } + code { + font-size: 18px; + } } &:hover { outline: 1px solid; diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 7f2c3a2c94..f6eb73ec3d 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -11,6 +11,7 @@ import clsx from "clsx"; import { useRef, useState } from "react"; import Badge from "../components/button/Badge"; +import Button from "../components/button/Button"; import { SquareLogo } from "../components/GettingStarted"; import { Tooltip } from "../components/tooltip/Tooltip"; import CodeBlock from "../theme/CodeBlock"; @@ -205,6 +206,7 @@ function HomepageHeroSection() { npx prisma init --db +