Imagine/style.css

10 lines
108 B
CSS
Raw Normal View History

2024-12-05 22:55:49 +01:00
html, body {
margin: 0px;
scroll-behavior: smooth;
}
canvas {
max-width: 100%;
max-height: 100%;
}