mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-05 20:50:16 -04:00
11 lines
115 B
CSS
11 lines
115 B
CSS
html, body {
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#app {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
} |