Skip to content

Commit 491cfda

Browse files
committed
Formatting
1 parent 7918108 commit 491cfda

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/Elastic.Markdown/Slices/Layout/_Header.cshtml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
else
99
{
1010
<header class="sticky top-0 z-50 bg-blue-developer text-white text-lg font-semibold h-(--offset-top) flex items-center px-6">
11-
<div class="flex justify-between items-center">
12-
@* ReSharper disable once Html.IdNotResolved *@
13-
<label role="button" class="md:hidden cursor-pointer" for="pages-nav-hamburger">
14-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-8">
15-
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25H12"/>
16-
</svg>
17-
</label>
18-
<a href="@Model.Link("/")" class="flex items-center gap-2">
19-
<img src="@Model.Static("logo-elastic-glyph-color.svg")" alt="" width="32" height="32">
20-
@Model.DocSetName
21-
</a>
22-
</div>
11+
<div class="flex justify-between items-center">
12+
@* ReSharper disable once Html.IdNotResolved *@
13+
<label role="button" class="md:hidden cursor-pointer" for="pages-nav-hamburger">
14+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-8">
15+
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25H12"/>
16+
</svg>
17+
</label>
18+
<a href="@Model.Link("/")" class="flex items-center gap-2">
19+
<img src="@Model.Static("logo-elastic-glyph-color.svg")" alt="" width="32" height="32">
20+
@Model.DocSetName
21+
</a>
22+
</div>
2323
</header>
2424
}

0 commit comments

Comments
 (0)