From 111c6b45bfe83c9ff3cee9081392d9a645af8160 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 26 Apr 2023 09:55:21 +0200 Subject: Use relative font sizes --- templates/style.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/style.html') diff --git a/templates/style.html b/templates/style.html index 61bbd42..4744695 100644 --- a/templates/style.html +++ b/templates/style.html @@ -42,11 +42,11 @@ textarea { width: 100%; - font-size: 16px; + font-size: 1rem; } input { - font-size: 16px; + font-size: 1rem; } main,article { @@ -71,7 +71,7 @@ display: block; padding: 20px; white-space: pre-wrap; - font-size: 14px; + font-size: 0.875rem; overflow-x: auto; } -- cgit 1.4.1