From 47f750411b3b8ece3e14879210d99ec3ab13d3e6 Mon Sep 17 00:00:00 2001 From: Alexis Hassler Date: Sat, 22 Jun 2019 10:05:34 +0200 Subject: [PATCH] Fix responsiveness --- _includes/head.html | 1 + _sass/wiki.scss | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index 79643fe..b859f10 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,4 +1,5 @@ + {{ page.title }} - {{ site.title }} diff --git a/_sass/wiki.scss b/_sass/wiki.scss index 960b76e..14b9645 100644 --- a/_sass/wiki.scss +++ b/_sass/wiki.scss @@ -2,6 +2,7 @@ body { font-family: sans-serif; background: #acabab; color: black; + font-size: 1.2rem; } #main { @@ -78,7 +79,7 @@ a { pre, code { font-family: monospace; - font-size: 0.9rem; + font-size: 1rem; a { color: #5a5a5a;