10 lines
120 B
CSS
10 lines
120 B
CSS
|
#home {
|
||
|
text-align: center !important;
|
||
|
}
|
||
|
#home h1 {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
#home .message {
|
||
|
margin-bottom: 2em;
|
||
|
}
|