Skip to content

Commit

Permalink
docs: landing page responsive fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasos Bitsios committed Jan 14, 2025
1 parent 44fce5c commit f604802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ export const lang = "en";
<Code
lang="shell"
code={`wget -qO- https://nodekit.run/install.sh | bash`}
class="max-w-full z-10"
class="max-w-[95vw] z-10"
/>
</TabItem>
<TabItem label="macOS" icon="apple">
<Code
lang="shell"
code={`curl -fsSL https://nodekit.run/install.sh | bash`}
class="max-w-full z-10"
class="max-w-[95vw] z-10"
/>
</TabItem>
</Tabs>
Expand Down

0 comments on commit f604802

Please sign in to comment.