11 lines
214 B
CSS
11 lines
214 B
CSS
|
body {
|
||
|
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
|
||
|
}
|
||
|
|
||
|
main {
|
||
|
margin: 0 18vw;
|
||
|
}
|
||
|
|
||
|
img {
|
||
|
max-width: 100%;
|
||
|
}
|