From aee78c26467a36ff1a1a2d87a39100e7b6cc98f8 Mon Sep 17 00:00:00 2001 From: deepjyoti30 Date: Tue, 12 May 2020 21:15:58 +0530 Subject: [PATCH] Changed the font size of the welcome message. --- css/main.css | 2 +- index.html | 34 +++++++++++++++++----------------- js/main.js | 2 +- scss/main.scss | 2 +- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/css/main.css b/css/main.css index a25ba6d..a65c55c 100644 --- a/css/main.css +++ b/css/main.css @@ -14,7 +14,7 @@ body { width: 100%; text-align: center; } .main #message { - padding-bottom: 25px; } + padding-bottom: 35px; } .main #search-bar { width: 50%; margin: 0 auto; diff --git a/index.html b/index.html index a74e327..21affb4 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@
-

Hey Deepjyoti, Good Morning!

+

Hey Deepjyoti, Good Morning!

diff --git a/js/main.js b/js/main.js index d3ca55d..d2a93ea 100644 --- a/js/main.js +++ b/js/main.js @@ -3,7 +3,7 @@ window.onload = function() { } searchBarId = "search-bar-input" -messageId = "message h2" +messageId = "message h1" userName = "Deepjyoti" function initBody() { diff --git a/scss/main.scss b/scss/main.scss index 9ef3705..4f2ccac 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -25,7 +25,7 @@ body { text-align: center; #message { - padding-bottom: 25px; + padding-bottom: 35px; } #search-bar {