Skip to content

Commit 11ddad2

Browse files
committed
mobile views
1 parent 4f0ac9a commit 11ddad2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

assets/style.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
body {
1010
font-family: "Share Tech Mono", monospace !important;
1111
margin: 0;
12-
width: 100%;
13-
height: 100%;
12+
width: 100% !important;
13+
height: 100% !important;
1414
background-color: var(--backgroundColor);
1515
}
1616

@@ -19,6 +19,8 @@ canvas {
1919
margin-left: auto;
2020
margin-right: auto;
2121
margin-top: 80px;
22+
width: 100%;
23+
height: 100%;
2224
// background-image: url(http://github.com/"cassette-depth.svg");
2325
}
2426

@@ -71,8 +73,8 @@ canvas {
7173
@media screen and (min-width: 768px) {
7274

7375
canvas {
74-
width: 100%;
75-
height: 100%;
76+
width: auto;
77+
height: auto;
7678
}
7779

7880
.controlsContainer {

0 commit comments

Comments
 (0)