diff --git a/svelte/src/file_viewer/IntroPopup.svelte b/svelte/src/file_viewer/IntroPopup.svelte index f97df01..0e131d2 100644 --- a/svelte/src/file_viewer/IntroPopup.svelte +++ b/svelte/src/file_viewer/IntroPopup.svelte @@ -36,13 +36,13 @@ onMount(() => { {#if visible}
-

Upload your own files here!

+

Upload your own files here

- On pixeldrain you can share your files with large or small - groups of people. The sky is the limit! + With pixeldrain you can share your files anywhere on the web. The + sky is the limit!

{/if} @@ -52,7 +52,7 @@ onMount(() => { position: absolute; top: 0; left: 0; - width: 380px; + width: 360px; max-width: 80%; height: auto; background-color: var(--layer_4_color);