Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/lib/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import RedditIcon from '~icons/ps/reddit'
</script>

<nav>
<section>
<div class="toit-logo">
<ToitLogo />
</div>
Expand All @@ -30,10 +30,10 @@
<li><a target="_blank" href="https://blog.toit.io">Blog</a></li>
<li><a target="_blank" href="https://github.com/toitlang/toit">GitHub</a></li>
</ul>
</nav>
</section>

<style lang="postcss">
nav {
section {
border-top: 2px solid black;
margin-top: var(--content-vertical-padding);
padding-top: 1.5rem;
Expand Down
2 changes: 1 addition & 1 deletion src/style/app/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
These components are written with the SUIT convention: https://suitcss.github.io
These components are written with the SUIT convention: <https://suitcss.github.io>.