homeplay/public/emulator.css

19 lines
247 B
CSS

body,html {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
background: transparent;
}
.game {
width: 100%;
height: 100%;
max-width: 100%;
display: block;
margin: 0 auto;
}
.ejs_menu_bar {
display: none !important;
}