alok8bb ae4986c091
run formatter
Signed-off-by: alok8bb <alok8bb@gmail.com>
2023-07-29 16:38:16 +05:30

22 lines
300 B
CSS

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;700&display=swap");
* {
margin: 0;
font-family: "IBM Plex Mono", monospace;
}
body {
background: black;
color: white;
}
#root {
height: 100vh;
}
@media screen and (max-width: 600px) {
#root {
height: 93vh;
}
}