8 lines
54 B
CSS
8 lines
54 B
CSS
|
|
body {
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
#app {
|
||
|
|
min-height: 100svh;
|
||
|
|
}
|