polish
This commit is contained in:
parent
1fec537962
commit
c31f392182
|
@ -1,2 +1,4 @@
|
|||
title = "Roxy"
|
||||
type = "page"
|
||||
order = 0
|
||||
|
||||
|
|
|
@ -136,14 +136,16 @@ main {
|
|||
|
||||
.header .layout {
|
||||
width: 100%;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.header .icons object {
|
||||
fill: var(--softer-white);
|
||||
.header .icons {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
hr {
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
{% include "menu-toggle.html" %}
|
||||
<nav class="menu">
|
||||
<menu class="menu-item-list">
|
||||
<li><a href="/">Roxy</a></li>
|
||||
{{ macros::menu_items() }}
|
||||
</menu>
|
||||
</nav>
|
||||
|
|
Loading…
Reference in a new issue