Sorry, we encountered a {{status}} error:
++ {{reason}} +
++ Try refreshing or going home. +
+diff --git a/server/styles.css b/server/styles.css index 0232c1d2d6c2e98f6584ba0334d83e3f51f5f767..aefea1c804650108dd91c5236cd5146bb6f9a601 100644 --- a/server/styles.css +++ b/server/styles.css @@ -1,41 +1,61 @@ /* This file is compiled to /assets/styles/tailwind.css via script/tailwind */ -@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;1,200;1,300&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,300;0,600;1,100;1,300;1,600&display=swap'); +@import url("https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;1,200;1,300&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,300;0,600;1,100;1,300;1,600&display=swap"); @tailwind base; @tailwind components; @tailwind utilities; @layer base { - html { - font-size: 125%; - text-rendering: geometricPrecision; - } - h1 { - @apply text-4xl; - @apply tracking-tighter; - } - h2 { - @apply text-3xl; - @apply tracking-tighter; - } - h3 { - @apply text-2xl; - @apply tracking-tighter; - } - h4 { - @apply text-xl; - } -.underline, .hover\:underline:hover { - text-underline-offset: 4px; + html { + font-size: 125%; + text-rendering: geometricPrecision; + } + h1 { + @apply text-4xl; + @apply tracking-tighter; + } + h2 { + @apply text-3xl; + @apply tracking-tighter; + } + h3 { + @apply text-2xl; + @apply tracking-tighter; + } + h4 { + @apply text-xl; + } + + .underline, + .hover\:underline:hover { + text-underline-offset: 4px; + } + + @media screen and (min-width: 1124px) { + .text-columns-2 { + column-count: 2; + column-gap: 3rem; } - /* This fixes scrollbar jump */ - @media screen and (min-width: 960px) { - html { - margin-left: calc(100vw - 100%); - margin-right: 0; - } +} + + .text-columns-2 { + -webkit-column-break-inside: avoid; + page-break-inside: avoid; + break-inside: avoid; + } + + .text-columns-2 p { + break-inside: avoid; + } + + /* This fixes scrollbar jump */ + @media screen and (min-width: 960px) { + html { + margin-left: calc(100vw - 100%); + margin-right: 0; } -} \ No newline at end of file + } +} diff --git a/server/templates/error.hbs b/server/templates/error.hbs index 6013b2de80eb80ffd9e28be522beda5a522b88bc..6b43f7a55a2a4d20b37e2b0cf69c5e7c2674b012 100644 --- a/server/templates/error.hbs +++ b/server/templates/error.hbs @@ -4,4 +4,17 @@ Sorry, we encountered a {{status}} error: {{reason}}. + +
+ {{reason}} +
++ Try refreshing or going home. +
+- Level up your development process with: -
Early access to Zed will open up mid-2022 for small teams and individuals in our community.
- Read our story. ++ Level up your development process with: +
Early access to Zed will open up mid-2022 for small teams and individuals in our community.
+ Read our story. +Insider Zone
+Insiders
Updates @@ -67,9 +67,9 @@ {{#if current_user.is_admin }} {{/if}} @@ -78,7 +78,7 @@@{{current_user.github_login}}
Nathan joined GitHub in late 2011 to build the Atom text editor, and he led the Atom team until 2018.
- -He also co-led development of Teletype for Atom, pioneering one of the first production uses of conflict-free replicated data types for collaborative text editing.
+Nathan joined GitHub in late 2011 to build the Atom text editor, and he led the Atom team until 2018.
-He's been dreaming about building the world’s best text editor since he graduated from college, and is excited to finally have the knowledge, tools, and resources to achieve this vision.
+He also co-led development of Teletype for Atom, pioneering one of the first production uses of conflict-free replicated data types for collaborative text editing.
+ +He's been dreaming about building the world’s best text editor since he graduated from college, and is excited to finally have the knowledge, tools, and resources to achieve this vision.
+ + +Antonio joined the Atom team in 2014 while still in university after his outstanding open source contributions caught the attention of the team.
- -He later joined Nathan in architecting Teletype for Atom and researching the foundations of what has turned into Zed.
+Antonio joined the Atom team in 2014 while still in university after his outstanding open source contributions caught the attention of the team.
-For the last two years, he’s become an expert in distributed systems and conflict-free replicated data types through the development of a real-time, distributed, conflict-free database implemented in Rust for Ditto.
+He later joined Nathan in architecting Teletype for Atom and researching the foundations of what has turned into Zed.
+ +For the last two years, he’s become an expert in distributed systems and conflict-free replicated data types through the development of a real-time, distributed, conflict-free database implemented in Rust for Ditto.
+