This commit is contained in:
thiloho
2023-05-18 22:17:46 +02:00
parent 40411fd328
commit a1c12866ae
14 changed files with 109 additions and 87 deletions

View File

@@ -5,9 +5,7 @@ import ThemeToggle from "../components/ThemeToggle.svelte";
<nav>
<div class="container">
<a href="/">
Logo
</a>
<a href="/"> Logo</a>
<slot />
<ArticleSearchWrapper />
<ThemeToggle client:only="svelte" />
@@ -29,7 +27,7 @@ import ThemeToggle from "../components/ThemeToggle.svelte";
position: relative;
}
a {
.container > *:first-child {
margin-inline-end: auto;
}
</style>