nitro-react/src/index.scss
2022-03-15 17:36:28 -04:00

21 lines
280 B
SCSS

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