apple2js/js/components/css/App.module.scss

14 lines
220 B
SCSS

:global(.full-page) {
background: black;
}
.container {
font-size: 14px;
font-family: sans-serif;
line-height: normal;
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
}