nitro-react/src/index.scss
2021-12-09 00:36:35 -05:00

19 lines
259 B
SCSS

@import './assets/styles';
html,
body {
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
user-select: none;
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
}
img {
object-fit: none;
}
@import './App';