7 lines
65 B
CSS
7 lines
65 B
CSS
|
body {
|
||
|
font-size: 0.9em;
|
||
|
}
|
||
|
|
||
|
*:first-child {
|
||
|
margin-top: 0;
|
||
|
}
|