make nav title smaller and configurable

This commit is contained in:
Joseph Hutchinson
2018-05-10 16:30:23 -04:00
parent 9ef3b2bb35
commit 7468f7c8ff
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<nav class="nav-bar side-padding">
<h1 class="nav-header"><a href="/" class="nav-text">mdd</a></h1>
<h1 class="nav-header"><a href="/" class="nav-text">{{ $.Site.Params.navtitle }}</a></h1>
<div class="hamburger-menu">
<input type="checkbox" onclick="hamburgerMenuPressed()"/>
<span></span>

View File

@@ -34,6 +34,7 @@ strong {
.nav-text {
text-decoration: none;
z-index: 105;
font-size: 0.8em;
}
.hamburger-menu {
display: block;
@@ -290,6 +291,7 @@ h1, h2, h3, h4, h5, h6 {
img {
width: 100%;
height: auto;
margin: 1em 0;
}
blockquote {
border-left: 0.3em solid #D1D1D1;