Merge pull request #32 from Plume-org/h1

Remove h1 tag from sidebar
pull/39/head
Baptiste Gelez 5 years ago committed by GitHub
commit d2b8468640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save