airboardgame/src/index.css

11 lines
302 B
CSS
Raw Normal View History

body {
margin: 0;
2020-06-18 20:57:28 +02:00
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
2020-06-05 22:58:53 +02:00
width: 100vw;
height: 100vh;
}