9 lines
86 B
SCSS
9 lines
86 B
SCSS
body {
|
|
font-family: monospace;
|
|
padding: 50px;
|
|
}
|
|
|
|
#content {
|
|
max-width: 800px;
|
|
}
|