rimgo/static/css/base.css

11 lines
214 B
CSS
Raw Normal View History

2022-01-17 20:48:24 +00:00
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%;
}