diff --git a/package.json b/package.json index 21a4cd3..f325819 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.1", "type": "module", "scripts": { - "dev": "vite dev", + "dev": "vite dev --host", "build": "vite build", "preview": "vite preview", "format": "prettier --write .", diff --git a/src/app.css b/src/app.css index 4465d8c..8abcca8 100644 --- a/src/app.css +++ b/src/app.css @@ -2,6 +2,16 @@ @import 'tailwindcss/components'; @import 'tailwindcss/utilities'; +* { + overflow-x: hidden; +} + +*:not(a), +*:not(button), +*:not(input) { + user-select: none; +} + /* @font-face { font-family: 'Nunita'; src: url('$lib/assets/fonts/Nunito-VariableFont_wght.ttf'); diff --git a/src/lib/components/Contact.svelte b/src/lib/components/Contact.svelte index d1b46ce..2945fbd 100644 --- a/src/lib/components/Contact.svelte +++ b/src/lib/components/Contact.svelte @@ -4,7 +4,7 @@
Your Message
- +