mirror of
https://github.com/speice-io/isomorphic-rust
synced 2024-11-16 21:18:25 -05:00
7 lines
162 B
CSS
7 lines
162 B
CSS
|
body {
|
||
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
||
|
margin: auto;
|
||
|
max-width: 38rem;
|
||
|
padding: 2rem;
|
||
|
}
|