Skip to content

Commit 58b3fd2

Browse files
committed
Fix footer issue on mobile
1 parent 0a3790e commit 58b3fd2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

demo/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,10 @@ code {
655655
display: block !important;
656656
margin-top: 2rem;
657657
}
658+
659+
.desktop-only {
660+
display: none !important;
661+
}
658662
}
659663

660664

0 commit comments

Comments
 (0)