Added font size for welcome message.

This commit is contained in:
deepjyoti30
2020-05-13 12:22:50 +05:30
parent ad111363cb
commit 2f140d680a
3 changed files with 7 additions and 1 deletions

View File

@@ -23,6 +23,8 @@ body {
.main #date-text {
padding-top: 15px;
color: #d9d9d9; }
.main #message-text {
font-size: 23px; }
.main #search-bar {
width: 50%;
margin: 0 auto 50px auto;