Add logo to top of content pane

This commit is contained in:
Geoffrey Booth 2016-12-15 23:58:59 -08:00
parent d62f7adc9b
commit 51aaef3d76
2 changed files with 19 additions and 3 deletions

View File

@ -17,6 +17,10 @@
</nav>
<main class="main col-xs-12 col-lg-9 offset-lg-3">
<header class="title-logo hidden-md-down">
<%= include('documentation/images/logo.svg') %>
</header>
<section id="overview">
<%= htmlFor('introduction') %>
<%= htmlFor('overview') %>

View File

@ -15,15 +15,19 @@ body {
}
}
svg {
width: auto;
height: 100%;
}
/*
* Header
*/
.navbar-brand {
height: 2em;
}
.navbar-brand svg {
height: 100%;
}
.navbar-dark path {
fill: #f5f5f5;
}
@ -160,6 +164,14 @@ body {
}
}
.title-logo {
width: 30em;
margin: 3em auto;
}
.title-logo path {
fill: #28334C;
}
/*
* Code examples