From f014b9eb2e1dea9358ee3c3cdff589f9f64c94f0 Mon Sep 17 00:00:00 2001 From: Chris Concannon Date: Sun, 17 May 2020 18:54:51 -0700 Subject: limit width of bottom nav links and fix justification --- layouts/_default/single.html | 4 ++-- layouts/partials/styles.html | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index b47b8f4..d20c4f8 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -15,10 +15,10 @@ diff --git a/layouts/partials/styles.html b/layouts/partials/styles.html index bcea6b8..8647880 100644 --- a/layouts/partials/styles.html +++ b/layouts/partials/styles.html @@ -35,10 +35,12 @@ .left-justify { float: left; + width: 45%; } .right-justify { float:right; + width: 45%; } pre, code { -- cgit v1.2.3 From 3e9aa0eb3c70e68ee92012cacb20cdf8f77a1a4a Mon Sep 17 00:00:00 2001 From: Chris Concannon Date: Thu, 28 May 2020 09:01:37 -0700 Subject: header fixes to bump default Google Lighthouse scores to 100 --- layouts/partials/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 713d5de..46442bb 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -6,10 +6,10 @@ - {{ if .Site.Params.description }}{{ end }} + {{ if not .Site.Params.disableWebFonts }} - + {{ end }} -- cgit v1.2.3