feat: update site

This commit is contained in:
Alexander Daichendt 2023-08-02 21:04:16 +02:00
parent 6828695cbe
commit 5fc58fd0bc
5 changed files with 21 additions and 17 deletions

View file

@ -18,7 +18,7 @@
<ThemeSwitcher />
</div>
<nav>
<ol>
<ol class="navList">
{#each NAV_ITEMS as navItem}
<li
class="navItem {$page.url.pathname === navItem.href ||
@ -40,7 +40,9 @@
.active {
font-weight: 600;
}
.navList {
padding: 0;
}
.navItem {
display: inline;
}