@@ -23,10 +23,4 @@
font-size: 4em;
font-weight: 100;
}
-
- @media (min-width: 640px) {
- main {
- max-width: none;
- }
</style>
@@ -0,0 +1,4 @@
+body
+{
+ margin: 0;
+}
@@ -1,3 +1,4 @@
+import './global.css'
import App from './App.svelte';
const app = new App({