header to match landing page closer

This commit is contained in:
Geoff Doty 2018-03-11 20:12:58 -04:00
parent c2cd0e4c84
commit 8d469ffc1a
2 changed files with 14 additions and 5 deletions

View File

@ -88,13 +88,18 @@ hr {
margin: 3em 0 4em; margin: 3em 0 4em;
} }
.header h1 { .header .h1 {
font-size: 2.6em; font-family: monospace;
font-size: 3em;
text-align: center; text-align: center;
font-weight: 700; font-weight: 700;
margin: 0; margin: 0;
} }
.header {
text-align: center;
}
.header a, .header a:hover { .header a, .header a:hover {
text-decoration: none; text-decoration: none;
color: #444; color: #444;
@ -112,9 +117,13 @@ hr {
.header .description { .header .description {
font-size: 1.2em; font-size: 1.2em;
font-style: italic;
text-align: center; text-align: center;
margin-top: -0.3em; margin-top: -1.4em;
font-family: monospace;
font-weight: bold;
color: #AAA;
text-transform: uppercase;
} }
.header p.blerb { .header p.blerb {

View File

@ -18,7 +18,7 @@ html(lang='en')
div.content-wrap div.content-wrap
block header block header
div.logo div.logo
h1 h1.h1
a(href=locals.url)= locals.name a(href=locals.url)= locals.name
p.description= locals.description p.description= locals.description
p.blerb= locals.blerb p.blerb= locals.blerb