diff --git a/src/App.svelte b/src/App.svelte index 62e6631..5066d97 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -23,10 +23,4 @@ font-size: 4em; font-weight: 100; } - - @media (min-width: 640px) { - main { - max-width: none; - } - } diff --git a/src/global.css b/src/global.css new file mode 100644 index 0000000..fbcbf97 --- /dev/null +++ b/src/global.css @@ -0,0 +1,4 @@ +body +{ + margin: 0; +} diff --git a/src/main.js b/src/main.js index e7e7816..18d6227 100644 --- a/src/main.js +++ b/src/main.js @@ -1,3 +1,4 @@ +import './global.css' import App from './App.svelte'; const app = new App({