Basic CSS cleanup

This commit is contained in:
Alessandro Pignotti 2024-09-29 11:08:44 +02:00
parent 0a5a6ef0a4
commit 891f15dddf
3 changed files with 5 additions and 6 deletions

View file

@ -23,10 +23,4 @@
font-size: 4em;
font-weight: 100;
}
@media (min-width: 640px) {
main {
max-width: none;
}
}
</style>

4
src/global.css Normal file
View file

@ -0,0 +1,4 @@
body
{
margin: 0;
}

View file

@ -1,3 +1,4 @@
import './global.css'
import App from './App.svelte';
const app = new App({