Skip to content

Commit

Permalink
Adjust width and spacing on instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Sep 12, 2023
1 parent 7659364 commit b1eb15a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
</h2>

<div
class="grid lg:grid-cols-2 gap-16 lg:text-center mb-12 text-lg text-gray-300"
class="mx-auto max-w-screen-lg grid lg:grid-cols-2 gap-16 lg:text-center mb-12 text-lg text-gray-300"
>
<div class="space-y-6">
<h3 class="step-heading">
Expand Down Expand Up @@ -207,8 +207,8 @@
<pre class="rounded">sshx</pre>

<p class="text-gray-400">
This kicks off a live, encrypted session with a unique link. Open the
link in a web browser to join.
This kicks off a live, encrypted session. Open the link in your web
browser to join.
</p>
</div>
</div>
Expand Down

0 comments on commit b1eb15a

Please sign in to comment.