feat: update site
This commit is contained in:
parent
6828695cbe
commit
5fc58fd0bc
5 changed files with 21 additions and 17 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue