From bd4be93c2036c22ec37ccb374acc34c0a80f32c0 Mon Sep 17 00:00:00 2001 From: Sithira Akbo <56906001+dlsakbo@users.noreply.github.com> Date: Wed, 23 Oct 2019 16:00:56 +0530 Subject: [PATCH] Change font size --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 9aeff82..693444d 100644 --- a/style.css +++ b/style.css @@ -69,7 +69,7 @@ body { } /*headings*/ .fs-title { - font-size: 15px; + font-size: 20px; text-transform: uppercase; color: #2C3E50; margin-bottom: 10px; @@ -128,4 +128,4 @@ body { #progressbar li.active:before, #progressbar li.active:after{ background: #27AE60; color: white; -} \ No newline at end of file +}