Skip to content

Commit 79316e7

Browse files
author
Adam Argyle
committed
mobile fixes
1 parent 4be8843 commit 79316e7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

app/css/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ nav {
6767
}
6868

6969
@media (max-width: 720px) {
70+
background: var(--brand);
7071
inline-size: 100%;
7172
place-content: center;
7273

app/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const copyToClipboard = text => {
2323
}
2424
}
2525

26-
$('body').on('click', e => {
26+
$demo.on('click', e => {
2727
update(state.transition)
2828
})
2929

0 commit comments

Comments
 (0)