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