From cb8e60af1195e80759c4beb44265476632c4058d Mon Sep 17 00:00:00 2001 From: Jay Moore Date: Tue, 2 May 2023 19:32:25 +0000 Subject: [PATCH] Add Mastodon link --- _includes/sidebar.html | 4 ++-- public/css/hyde.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 2781026..d895100 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -36,8 +36,8 @@ -
Powered by jekyll and Fohdeesha. +
Powered by jekyll and Fohdeesha. · Source
Last updated: {{ site.time }} -
Site source · mail: nq4t(at)nq4t.com
+
Mastodon · mail: nq4t(at)nq4t.com diff --git a/public/css/hyde.css b/public/css/hyde.css index 3004ce4..0970324 100644 --- a/public/css/hyde.css +++ b/public/css/hyde.css @@ -36,12 +36,12 @@ html { } @media (min-width: 48em) { html { - font-size: 2.1vh; + font-size: 2vh; } } @media (min-width: 58em) { html { - font-size: 2.1vh; + font-size: 2vh; } }