From 4a5d6a9af939478d7bd9ef2ac46203fb58868754 Mon Sep 17 00:00:00 2001 From: Fard433n <69037256+Fard433n@users.noreply.github.com> Date: Thu, 1 Oct 2020 01:31:10 +0530 Subject: [PATCH] improved fonts size --- css/main.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/main.css b/css/main.css index cf6d0b5..af0f0d6 100644 --- a/css/main.css +++ b/css/main.css @@ -14,7 +14,7 @@ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, ::selection { background: #000; - color: white; + color: pink; } body { @@ -31,19 +31,19 @@ h1, h2, h3, h4, h5, h6 { } h1 { - font-size: 218%; + font-size: 200%; } h2 { - font-size: 164%; + font-size: 130%; } h3 { - font-size: 145%; + font-size: 120%; } h4 { - font-size: 118%; + font-size: 110%; } section { @@ -66,7 +66,7 @@ section { } .wrapper { - padding: 40px 20px; + padding: 50px 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;