From b6ac0a73b406fd5783015d98f2ca03926d51c4cb Mon Sep 17 00:00:00 2001 From: Klemek Date: Wed, 26 Jun 2019 18:21:26 +0200 Subject: [PATCH] Update style.css --- sample_data/home/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sample_data/home/style.css b/sample_data/home/style.css index cbd8361..e0b0dcc 100644 --- a/sample_data/home/style.css +++ b/sample_data/home/style.css @@ -8,7 +8,7 @@ body, html { } body { - font: 14px/1.45 -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif; + font: 15px sans-serif; color: #111; -webkit-text-size-adjust: none; background-color: #F5F5F5; @@ -16,8 +16,8 @@ body { } main { - max-width: 75ch; - padding: 2ch; + max-width: 42rem; + padding: 2rem; margin: auto; background-color: #F0F0F0; min-height: 100vh;