12 lines
109 B
CSS
12 lines
109 B
CSS
body {
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
*:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
img {
|
|
display: block;
|
|
max-width: 100%;
|
|
} |