From f04dbe17951483041db31a0a9343934c0ef4eed2 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Sun, 10 Jun 2018 13:05:17 +0200 Subject: [PATCH] font size changed --- css/readtheorg.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/readtheorg.css b/css/readtheorg.css index 854e763..6655ebd 100644 --- a/css/readtheorg.css +++ b/css/readtheorg.css @@ -47,7 +47,7 @@ h4,h5,h6{ html{ -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; - font-size:100%; + font-size:110%; height:100%; overflow-x:hidden; } @@ -74,7 +74,7 @@ body{ } p{ - font-size:110%; + font-size:inherit; line-height:24px; margin:0px 0px 24px 0px; }