diff --git a/in/index.toml b/in/index.toml index 114a099..d346e27 100644 --- a/in/index.toml +++ b/in/index.toml @@ -1,2 +1,4 @@ title = "Roxy" +type = "page" +order = 0 diff --git a/in/static/css/style.css b/in/static/css/style.css index e0e49b5..0be2cda 100644 --- a/in/static/css/style.css +++ b/in/static/css/style.css @@ -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 { diff --git a/includes/nav.html b/includes/nav.html index b58f9ca..69a6c7a 100644 --- a/includes/nav.html +++ b/includes/nav.html @@ -4,6 +4,7 @@ {% include "menu-toggle.html" %}