company/src/App.scss

11 lines
121 B
SCSS
Raw Normal View History

.App {
text-align: center;
display: flex;
background: #131826;
}
body {
background: #131826;
height: 100vh;
}