We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be8843 commit 79316e7Copy full SHA for 79316e7
2 files changed
app/css/index.css
@@ -67,6 +67,7 @@ nav {
67
}
68
69
@media (max-width: 720px) {
70
+ background: var(--brand);
71
inline-size: 100%;
72
place-content: center;
73
app/js/index.js
@@ -23,7 +23,7 @@ const copyToClipboard = text => {
23
24
25
26
-$('body').on('click', e => {
+$demo.on('click', e => {
27
update(state.transition)
28
})
29
0 commit comments