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

@@ -45,6 +45,10 @@ body {
color: darken($foreground, 15);
}
#message-text {
font-size: 23px;
}
#search-bar {
width: 50%;
margin: 0 auto 50px auto;