10 lines
89 B
CSS
10 lines
89 B
CSS
|
code {
|
||
|
margin: 0 0.5em;
|
||
|
}
|
||
|
span.comma {
|
||
|
margin-left: -0.5em;
|
||
|
}
|
||
|
h1 {
|
||
|
margin-top: 2em;
|
||
|
}
|