This commit is contained in:
kitsunecafe 2024-02-22 01:36:39 -05:00
parent 1fec537962
commit c31f392182
3 changed files with 7 additions and 2 deletions

View file

@ -1,2 +1,4 @@
title = "Roxy" title = "Roxy"
type = "page"
order = 0

View file

@ -136,14 +136,16 @@ main {
.header .layout { .header .layout {
width: 100%; width: 100%;
padding-left: 1rem;
padding-right: 1rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
} }
.header .icons object { .header .icons {
fill: var(--softer-white); margin-top: 0.5rem;
} }
hr { hr {

View file

@ -4,6 +4,7 @@
{% include "menu-toggle.html" %} {% include "menu-toggle.html" %}
<nav class="menu"> <nav class="menu">
<menu class="menu-item-list"> <menu class="menu-item-list">
<li><a href="/">Roxy</a></li>
{{ macros::menu_items() }} {{ macros::menu_items() }}
</menu> </menu>
</nav> </nav>