commit
d2b8468640
2 changed files with 4 additions and 6 deletions
|
@ -20,7 +20,7 @@
|
||||||
<aside>
|
<aside>
|
||||||
<i id="menu" data-feather="menu"></i>
|
<i id="menu" data-feather="menu"></i>
|
||||||
<nav>
|
<nav>
|
||||||
<h1><a href="/"><span>Plume documentation</span><img src="/images/logo.svg" alt="Plume logo"></a></h1>
|
<a href="/"><span>Plume documentation</span><img src="/images/logo.svg" alt="Plume logo"></a>
|
||||||
<% resources = sitemap.resources
|
<% resources = sitemap.resources
|
||||||
.select{ |p| p.path =~ /\.html/ && p.path != "index.html" }
|
.select{ |p| p.path =~ /\.html/ && p.path != "index.html" }
|
||||||
.sort { |a, b| a.path <=> b.path }
|
.sort { |a, b| a.path <=> b.path }
|
||||||
|
|
|
@ -133,11 +133,9 @@ aside {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
h1 {
|
& > a {
|
||||||
margin: 0;
|
font-weight: bold;
|
||||||
}
|
font-size: 1.2em;
|
||||||
|
|
||||||
h1 a {
|
|
||||||
padding: 2em;
|
padding: 2em;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
Loading…
Add table
Reference in a new issue