polish
This commit is contained in:
parent
1fec537962
commit
c31f392182
|
@ -1,2 +1,4 @@
|
||||||
title = "Roxy"
|
title = "Roxy"
|
||||||
|
type = "page"
|
||||||
|
order = 0
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue