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 {