@@ -27,5 +37,6 @@
}
:global(*) {
@apply transition-colors;
+ -webkit-tap-highlight-color: transparent;
}
\ No newline at end of file
diff --git a/client/src/routes/+page.svelte b/client/src/routes/+page.svelte
index 1f56606..dc20eac 100644
--- a/client/src/routes/+page.svelte
+++ b/client/src/routes/+page.svelte
@@ -88,6 +88,14 @@
mask: url('/network.svg') no-repeat center;
-webkit-mask: url('/network.svg') no-repeat center;
}
+ @media (max-height: 728px) {
+ .computer, .multiplayer {
+ display: none;
+ }
+ h1 {
+ margin: 0;
+ }
+ }
:global(.dark) .computer, :global(.dark) .multiplayer {
@apply bg-white;
}