18 lines
202 B
CSS
18 lines
202 B
CSS
html, body {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
main {
|
|
margin: 0 auto;
|
|
max-width: 600px;
|
|
line-height: 1.35;
|
|
}
|
|
|
|
.astro-code {
|
|
padding: 1rem;
|
|
}
|
|
|
|
ul.menu {
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|