We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0ac9a commit 11ddad2Copy full SHA for 11ddad2
assets/style.css
@@ -9,8 +9,8 @@
9
body {
10
font-family: "Share Tech Mono", monospace !important;
11
margin: 0;
12
- width: 100%;
13
- height: 100%;
+ width: 100% !important;
+ height: 100% !important;
14
background-color: var(--backgroundColor);
15
}
16
@@ -19,6 +19,8 @@ canvas {
19
margin-left: auto;
20
margin-right: auto;
21
margin-top: 80px;
22
+ width: 100%;
23
+ height: 100%;
24
// background-image: url(http://github.com/"cassette-depth.svg");
25
26
@@ -71,8 +73,8 @@ canvas {
71
73
@media screen and (min-width: 768px) {
72
74
75
canvas {
76
+ width: auto;
77
+ height: auto;
78
79
80
.controlsContainer {
0 commit comments