auditforge / docs /api /index.css
Kaballas's picture
initialize project structure with essential configurations and components
56b6519
raw
history blame contribute delete
202 Bytes
html {
box-sizing: border-box;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin: 0;
background: #fafafa;
}