Skip to content

Commit

Permalink
docs: refine mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Dec 8, 2024
1 parent 584d25d commit 5a8c766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ pre > code {
margin-left: auto;
margin-right: auto;
max-width: 700px;
padding-left: 5rem;
padding-right: 5rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
}

.nav {
Expand Down
2 changes: 1 addition & 1 deletion docs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ export default function Page() {
<div className="root">
<nav className="nav">
<h2>Bunchee</h2>

<div className="link">
<a href="https://github.com/huozhi/bunchee">{`docs ↗`}</a>
</div>
</nav>
<p>{`Build JS package with ease, package.json as configuration`}</p>
<h3>Installation</h3>
<pre>
<code>{`npm install --save-dev bunchee typescript`}</code>
Expand Down

0 comments on commit 5a8c766

Please sign in to comment.