Files
onspring-api-docs/src/app/globals.css
T

24 lines
285 B
CSS

* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
html,
body {
height: 100%;
max-width: 100vw;
overflow-x: hidden;
}
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 1.5;
display: flex;
}
a {
text-decoration: none;
color: inherit;
}