From cbb9bbce6cc56491fc874e0fb31c2da1318edb14 Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 8 May 2019 19:13:26 +0200 Subject: [PATCH] a bit of a smaller font? --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 81a9697..20a453f 100644 --- a/styles.css +++ b/styles.css @@ -4,9 +4,9 @@ html{ } body{ margin:1em; + font-size:16px; + line-height: 1.3; background-color: rgb(255, 250, 250); - line-height: 1.3; - font-size:20px; } #welcome{ max-width: 80%;