Style: Make the main header/navigation bar sticky

Co-authored-by: c6ristian <c6ristian@christian.moe>
This commit is contained in:
June 2023-10-26 23:12:05 +02:00 committed by jtbx
commit 90c1595f7d
2 changed files with 12 additions and 2 deletions

View file

@ -1,6 +1,8 @@
<div class="container header">
<div class="main-header header">
<div class="container">
<nav class="menu">
{{- partial "menu.html" (dict "menuID" "main" "page" . ) -}}
</nav>
</div>
</div>