11 lines
119 B
CSS
11 lines
119 B
CSS
|
|
welcome {
|
|
border-spacing: 18px;
|
|
margin: 36px;
|
|
}
|
|
|
|
welcome.big > label {
|
|
font-size: 1.4em;
|
|
font-weight: bold;
|
|
}
|