10 lines
108 B
CSS
10 lines
108 B
CSS
html, body {
|
|
margin: 0px;
|
|
scroll-behavior: smooth;
|
|
}
|
|
|
|
canvas {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|