From db45a66d801a27c1ecfb87ef91a6ecc3dc1b8f8d Mon Sep 17 00:00:00 2001 From: Paul Gallagher Date: Fri, 28 Jul 2017 00:03:20 +0800 Subject: [PATCH] minor style tweaks --- _includes/head.html | 2 ++ assets/css/site.scss | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/_includes/head.html b/_includes/head.html index 0b85a9a..afe2670 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -12,6 +12,7 @@ + {% if page.meta_robots %} @@ -30,6 +31,7 @@ + {% if site.enable_mathjax %} diff --git a/assets/css/site.scss b/assets/css/site.scss index 13b3cc1..866c5b1 100644 --- a/assets/css/site.scss +++ b/assets/css/site.scss @@ -10,6 +10,13 @@ @import 'youtube'; @import 'video'; +body { + font-family: 'Play','Helvetica Neue',Helvetica,Arial,sans-serif; +} +.h1, .h2, .h3, h1, h2, h3 { + font-weight: 700; +} + .navbar-default { background-color: unset; border: none; @@ -46,11 +53,15 @@ } .post { + margin-bottom: 20px; img { max-width: 100%; height: auto; display: block; } + h3 { + margin-top: 0; + } } .project-links { a {