1
Fork 0
simplesailing/front/style.css
Andy Killorin a875e36df8
added a stylesheet (passed 10% of the size budget)
also changed wasm name from pirates to index to save like 9 bytes
also changed to "s" opt level to save like 9 bytes
2023-08-25 21:40:48 -05:00

12 lines
171 B
CSS

body {
margin: 0;
background-color: #222222;
}
#window {
display: block;
margin: auto;
height: 100vh;
max-width: 100vw;
image-rendering: crisp-edges;
}