mirror of
https://github.com/thiloho/aurora.git
synced 2025-11-22 11:31:36 +01:00
Format
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user