mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
15 lines
215 B
CSS
15 lines
215 B
CSS
|
html {
|
||
|
font-family: sans-serif;
|
||
|
line-height: 145%;
|
||
|
}
|
||
|
|
||
|
li {
|
||
|
margin-bottom: 0.5rem;
|
||
|
}
|
||
|
|
||
|
@media only screen and (min-device-width: 900px) {
|
||
|
body {
|
||
|
width: 900px;
|
||
|
margin: 24px auto;
|
||
|
}
|
||
|
}
|