diff --git a/_layouts/page.html b/_layouts/page.html index c587b6a..482d510 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -47,7 +47,7 @@ -
{{ page.title }}
+

{{ page.title }}

diff --git a/style.css b/style.css index ad3726e..21a4b9c 100644 --- a/style.css +++ b/style.css @@ -32,9 +32,14 @@ core-toolbar > div { core-icon { margin-right: 0.5em; } +h1 { + font-weight: 400; + font-size: 24pt; +} h2 { - margin-right: 1.5em; - margin-top: 1.2em; + /*color: rgba(0, 0, 0, 0.54);*/ + font-weight: 400; + font-size: 15pt; } div[drawer] { background: white; @@ -51,18 +56,16 @@ div[drawer] > nav { margin-right: 0.5em; } #drawerLogo > h1 { + font-weight: 400; + font-size: 34pt; display: inline-block; vertical-align: top; + line-height: 64px; + margin: 0; } #main { margin: 2em 1em; } -#footer { - margin: 1em 0; - padding: 1em 0; - text-align: center; -} -#footer small { display:block; color: #ccc;} code { background:white; white-space:pre;