Skip to content

Commit

Permalink
Merge pull request alephjs#7 from peduarte/patch-1
Browse files Browse the repository at this point in the history
Update Feature List styles to match intent
  • Loading branch information
X authored Nov 6, 2020
2 parents 52c7f57 + 4359954 commit a27e904
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 14 deletions.
36 changes: 27 additions & 9 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,33 @@ export default function Home() {
<section>
<h2>Features</h2>
<ul>
<li>Zero Config</li>
<li>Typescript in Deno</li>
<li>ES Module Ready</li>
<li>Import Maps</li>
<li>HMR with Fast Refresh</li>
<li>File-system Routing</li>
<li>Markdown Page</li>
<li>Built-in CSS(Less) Support</li>
<li>SSR & SSG</li>
<li>
<Link to="/docs">Zero Config</Link>
</li>
<li>
<Link to="/docs">Typescript in Deno</Link>
</li>
<li>
<Link to="/docs/basic-features/import-from-npm">ES Module Ready</Link>
</li>
<li>
<Link to="/docs/basic-features/import-maps">Import Maps</Link>
</li>
<li>
<Link to="/docs/basic-features/hmr-with-fast-refresh">HMR with Fast Refresh</Link>
</li>
<li>
<Link to="/docs/basic-features/routing">File-system Routing</Link
></li>
<li>
<Link to="/docs/basic-features/pages#markdown-pages">Markdown Page</Link>
</li>
<li>
<Link to="/docs/basic-features/built-in-css-support">Built-in CSS(Less) Support</Link>
</li>
<li>
<Link to="/docs/basic-features/ssr-and-ssg">SSR & SSG</Link>
</li>
</ul>
</section>
<footer>
Expand Down
13 changes: 8 additions & 5 deletions style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,16 @@
}

li {
box-sizing: border-box;
width: 100%;
padding: 15px 6px;
border-bottom: 1px solid #eee;
}

a {
display: block;
padding: 15px 6px;
line-height: 1.27;
font-weight: 500;
cursor: pointer;
font-weight: 500;
color: inherit;
transition: all 160ms ease-out;

&:hover {
color: #000;
Expand Down

0 comments on commit a27e904

Please sign in to comment.