Added font size for welcome message.
This commit is contained in:
@@ -30,6 +30,6 @@
|
||||
}
|
||||
],
|
||||
"user": "Deepjyoti",
|
||||
"disableMessage": true,
|
||||
"disableMessage": false,
|
||||
"disableDate": false
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -45,6 +45,10 @@ body {
|
||||
color: darken($foreground, 15);
|
||||
}
|
||||
|
||||
#message-text {
|
||||
font-size: 23px;
|
||||
}
|
||||
|
||||
#search-bar {
|
||||
width: 50%;
|
||||
margin: 0 auto 50px auto;
|
||||
|
||||
Reference in New Issue
Block a user