diff --git a/server/styles.css b/server/styles.css index aefea1c804650108dd91c5236cd5146bb6f9a601..ff30f7bb1f2791a6855616a8f11a62af5128e5d8 100644 --- a/server/styles.css +++ b/server/styles.css @@ -9,9 +9,16 @@ @layer base { html { - font-size: 125%; + font-size: 100%; text-rendering: geometricPrecision; } + + @media screen and (min-width: 1024px) { + html { + font-size: 125%; + } + } + h1 { @apply text-4xl; @apply tracking-tighter; @@ -33,7 +40,7 @@ text-underline-offset: 4px; } - @media screen and (min-width: 1124px) { + @media screen and (min-width: 1024px) { .text-columns-2 { column-count: 2; column-gap: 3rem; diff --git a/server/templates/home.hbs b/server/templates/home.hbs index 67ae72b3b8f5fcc6542db615513643bda92e7277..0b4ab2d02c42b7c1c9a082a2e6b0aabdfd21f471 100644 --- a/server/templates/home.hbs +++ b/server/templates/home.hbs @@ -1,19 +1,19 @@ {{#> layout }} -
+
-

Introducing Zed—A lightning fast code editor written natively in Rust.

-

+

Introducing Zed—A lightning fast code editor written in Rust.

+

Level up your development process with: -

    +
    • a lightning fast code editor
    • real time collaboration on any work tree
    • powerful code annotation tools
    • the ability to rewind time to any point

    -

    Early access to Zed will open up mid-2022 for small teams and individuals in our community.

    - Read our story. +

    Early access to Zed will open up mid-2022 for small teams and individuals in our community.

    + Read our story.