6 lines
58 B
CSS
6 lines
58 B
CSS
|
@charset "utf-8";
|
||
|
|
||
|
body {
|
||
|
height: 100svh;
|
||
|
width: 100%;
|
||
|
}
|